@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() |
ParticipatingGateways |
getParticipatingGateways()
Choose the gateways that you want to use for the downlink data traffic when the wireless device is running in
class B or class C mode.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFPort(Integer fPort) |
void |
setParticipatingGateways(ParticipatingGateways participatingGateways)
Choose the gateways that you want to use for the downlink data traffic when the wireless device is running in
class B or class C mode.
|
String |
toString()
Returns a string representation of this object.
|
LoRaWANSendDataToDevice |
withFPort(Integer fPort) |
LoRaWANSendDataToDevice |
withParticipatingGateways(ParticipatingGateways participatingGateways)
Choose the gateways that you want to use for the downlink data traffic when the wireless device is running in
class B or class C mode.
|
public void setFPort(Integer fPort)
fPort - public Integer getFPort()
public LoRaWANSendDataToDevice withFPort(Integer fPort)
fPort - public void setParticipatingGateways(ParticipatingGateways participatingGateways)
Choose the gateways that you want to use for the downlink data traffic when the wireless device is running in class B or class C mode.
participatingGateways - Choose the gateways that you want to use for the downlink data traffic when the wireless device is running
in class B or class C mode.public ParticipatingGateways getParticipatingGateways()
Choose the gateways that you want to use for the downlink data traffic when the wireless device is running in class B or class C mode.
public LoRaWANSendDataToDevice withParticipatingGateways(ParticipatingGateways participatingGateways)
Choose the gateways that you want to use for the downlink data traffic when the wireless device is running in class B or class C mode.
participatingGateways - Choose the gateways that you want to use for the downlink data traffic when the wireless device is running
in class B or class C mode.public String toString()
toString in class ObjectObject.toString()public LoRaWANSendDataToDevice clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.