@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoRaWANSendDataToDevice extends Object implements Serializable, Cloneable, StructuredPojo
LoRaWAN router info.
Constructor and Description |
---|
LoRaWANSendDataToDevice() |
Modifier and Type | Method and Description |
---|---|
LoRaWANSendDataToDevice |
clone() |
boolean |
equals(Object obj) |
Integer |
getFPort()
The Fport value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFPort(Integer fPort)
The Fport value.
|
String |
toString()
Returns a string representation of this object.
|
LoRaWANSendDataToDevice |
withFPort(Integer fPort)
The Fport value.
|
public void setFPort(Integer fPort)
The Fport value.
fPort
- The Fport value.public Integer getFPort()
The Fport value.
public LoRaWANSendDataToDevice withFPort(Integer fPort)
The Fport value.
fPort
- The Fport value.public String toString()
toString
in class Object
Object.toString()
public LoRaWANSendDataToDevice clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.