@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FPorts extends Object implements Serializable, Cloneable, StructuredPojo
List of FPort assigned for different LoRaWAN application packages to use
| Constructor and Description |
|---|
FPorts() |
| Modifier and Type | Method and Description |
|---|---|
FPorts |
clone() |
boolean |
equals(Object obj) |
Integer |
getClockSync() |
Integer |
getFuota() |
Integer |
getMulticast() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setClockSync(Integer clockSync) |
void |
setFuota(Integer fuota) |
void |
setMulticast(Integer multicast) |
String |
toString()
Returns a string representation of this object.
|
FPorts |
withClockSync(Integer clockSync) |
FPorts |
withFuota(Integer fuota) |
FPorts |
withMulticast(Integer multicast) |
public void setFuota(Integer fuota)
fuota - public Integer getFuota()
public FPorts withFuota(Integer fuota)
fuota - public void setMulticast(Integer multicast)
multicast - public Integer getMulticast()
public FPorts withMulticast(Integer multicast)
multicast - public void setClockSync(Integer clockSync)
clockSync - public Integer getClockSync()
public FPorts withClockSync(Integer clockSync)
clockSync - public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.