@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.