@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Beaconing extends Object implements Serializable, Cloneable, StructuredPojo
Beaconing parameters for configuring the wireless gateways.
| Constructor and Description |
|---|
Beaconing() |
| Modifier and Type | Method and Description |
|---|---|
Beaconing |
clone() |
boolean |
equals(Object obj) |
Integer |
getDataRate()
The data rate for gateways that are sending the beacons.
|
List<Integer> |
getFrequencies()
The frequency list for the gateways to send the beacons.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDataRate(Integer dataRate)
The data rate for gateways that are sending the beacons.
|
void |
setFrequencies(Collection<Integer> frequencies)
The frequency list for the gateways to send the beacons.
|
String |
toString()
Returns a string representation of this object.
|
Beaconing |
withDataRate(Integer dataRate)
The data rate for gateways that are sending the beacons.
|
Beaconing |
withFrequencies(Collection<Integer> frequencies)
The frequency list for the gateways to send the beacons.
|
Beaconing |
withFrequencies(Integer... frequencies)
The frequency list for the gateways to send the beacons.
|
public void setDataRate(Integer dataRate)
The data rate for gateways that are sending the beacons.
dataRate - The data rate for gateways that are sending the beacons.public Integer getDataRate()
The data rate for gateways that are sending the beacons.
public Beaconing withDataRate(Integer dataRate)
The data rate for gateways that are sending the beacons.
dataRate - The data rate for gateways that are sending the beacons.public List<Integer> getFrequencies()
The frequency list for the gateways to send the beacons.
public void setFrequencies(Collection<Integer> frequencies)
The frequency list for the gateways to send the beacons.
frequencies - The frequency list for the gateways to send the beacons.public Beaconing withFrequencies(Integer... frequencies)
The frequency list for the gateways to send the beacons.
NOTE: This method appends the values to the existing list (if any). Use
setFrequencies(java.util.Collection) or withFrequencies(java.util.Collection) if you want to
override the existing values.
frequencies - The frequency list for the gateways to send the beacons.public Beaconing withFrequencies(Collection<Integer> frequencies)
The frequency list for the gateways to send the beacons.
frequencies - The frequency list for the gateways to send the beacons.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.