@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoRaWANGateway extends Object implements Serializable, Cloneable, StructuredPojo
LoRaWANGateway object.
| Constructor and Description |
|---|
LoRaWANGateway() |
| Modifier and Type | Method and Description |
|---|---|
LoRaWANGateway |
clone() |
boolean |
equals(Object obj) |
String |
getGatewayEui()
The gateway's EUI value.
|
List<List<String>> |
getJoinEuiFilters() |
List<String> |
getNetIdFilters() |
String |
getRfRegion()
The frequency band (RFRegion) value.
|
List<Integer> |
getSubBands() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setGatewayEui(String gatewayEui)
The gateway's EUI value.
|
void |
setJoinEuiFilters(Collection<List<String>> joinEuiFilters) |
void |
setNetIdFilters(Collection<String> netIdFilters) |
void |
setRfRegion(String rfRegion)
The frequency band (RFRegion) value.
|
void |
setSubBands(Collection<Integer> subBands) |
String |
toString()
Returns a string representation of this object.
|
LoRaWANGateway |
withGatewayEui(String gatewayEui)
The gateway's EUI value.
|
LoRaWANGateway |
withJoinEuiFilters(Collection<List<String>> joinEuiFilters) |
LoRaWANGateway |
withJoinEuiFilters(List<String>... joinEuiFilters)
NOTE: This method appends the values to the existing list (if any).
|
LoRaWANGateway |
withNetIdFilters(Collection<String> netIdFilters) |
LoRaWANGateway |
withNetIdFilters(String... netIdFilters)
NOTE: This method appends the values to the existing list (if any).
|
LoRaWANGateway |
withRfRegion(String rfRegion)
The frequency band (RFRegion) value.
|
LoRaWANGateway |
withSubBands(Collection<Integer> subBands) |
LoRaWANGateway |
withSubBands(Integer... subBands)
NOTE: This method appends the values to the existing list (if any).
|
public void setGatewayEui(String gatewayEui)
The gateway's EUI value.
gatewayEui - The gateway's EUI value.public String getGatewayEui()
The gateway's EUI value.
public LoRaWANGateway withGatewayEui(String gatewayEui)
The gateway's EUI value.
gatewayEui - The gateway's EUI value.public void setRfRegion(String rfRegion)
The frequency band (RFRegion) value.
rfRegion - The frequency band (RFRegion) value.public String getRfRegion()
The frequency band (RFRegion) value.
public LoRaWANGateway withRfRegion(String rfRegion)
The frequency band (RFRegion) value.
rfRegion - The frequency band (RFRegion) value.public void setJoinEuiFilters(Collection<List<String>> joinEuiFilters)
joinEuiFilters - public LoRaWANGateway withJoinEuiFilters(List<String>... joinEuiFilters)
NOTE: This method appends the values to the existing list (if any). Use
setJoinEuiFilters(java.util.Collection) or withJoinEuiFilters(java.util.Collection) if you want
to override the existing values.
joinEuiFilters - public LoRaWANGateway withJoinEuiFilters(Collection<List<String>> joinEuiFilters)
joinEuiFilters - public void setNetIdFilters(Collection<String> netIdFilters)
netIdFilters - public LoRaWANGateway withNetIdFilters(String... netIdFilters)
NOTE: This method appends the values to the existing list (if any). Use
setNetIdFilters(java.util.Collection) or withNetIdFilters(java.util.Collection) if you want to
override the existing values.
netIdFilters - public LoRaWANGateway withNetIdFilters(Collection<String> netIdFilters)
netIdFilters - public void setSubBands(Collection<Integer> subBands)
subBands - public LoRaWANGateway withSubBands(Integer... subBands)
NOTE: This method appends the values to the existing list (if any). Use
setSubBands(java.util.Collection) or withSubBands(java.util.Collection) if you want to override
the existing values.
subBands - public LoRaWANGateway withSubBands(Collection<Integer> subBands)
subBands - public String toString()
toString in class ObjectObject.toString()public LoRaWANGateway clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.