@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAbpV10X extends Object implements Serializable, Cloneable, StructuredPojo
ABP device object for LoRaWAN specification v1.0.x
| Constructor and Description |
|---|
UpdateAbpV10X() |
| Modifier and Type | Method and Description |
|---|---|
UpdateAbpV10X |
clone() |
boolean |
equals(Object obj) |
Integer |
getFCntStart()
The FCnt init value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFCntStart(Integer fCntStart)
The FCnt init value.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAbpV10X |
withFCntStart(Integer fCntStart)
The FCnt init value.
|
public void setFCntStart(Integer fCntStart)
The FCnt init value.
fCntStart - The FCnt init value.public Integer getFCntStart()
The FCnt init value.
public UpdateAbpV10X withFCntStart(Integer fCntStart)
The FCnt init value.
fCntStart - The FCnt init value.public String toString()
toString in class ObjectObject.toString()public UpdateAbpV10X clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.