@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SessionKeysAbpV10X extends Object implements Serializable, Cloneable, StructuredPojo
Session keys for ABP v1.1
| Constructor and Description |
|---|
SessionKeysAbpV10X() |
| Modifier and Type | Method and Description |
|---|---|
SessionKeysAbpV10X |
clone() |
boolean |
equals(Object obj) |
String |
getAppSKey()
The AppSKey value.
|
String |
getNwkSKey()
The NwkSKey value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAppSKey(String appSKey)
The AppSKey value.
|
void |
setNwkSKey(String nwkSKey)
The NwkSKey value.
|
String |
toString()
Returns a string representation of this object.
|
SessionKeysAbpV10X |
withAppSKey(String appSKey)
The AppSKey value.
|
SessionKeysAbpV10X |
withNwkSKey(String nwkSKey)
The NwkSKey value.
|
public void setNwkSKey(String nwkSKey)
The NwkSKey value.
nwkSKey - The NwkSKey value.public String getNwkSKey()
The NwkSKey value.
public SessionKeysAbpV10X withNwkSKey(String nwkSKey)
The NwkSKey value.
nwkSKey - The NwkSKey value.public void setAppSKey(String appSKey)
The AppSKey value.
appSKey - The AppSKey value.public String getAppSKey()
The AppSKey value.
public SessionKeysAbpV10X withAppSKey(String appSKey)
The AppSKey value.
appSKey - The AppSKey value.public String toString()
toString in class ObjectObject.toString()public SessionKeysAbpV10X clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.