@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) |
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 ObjectObject.toString()public LoRaWANSendDataToDevice clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.