@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Radios extends Object implements Serializable, Cloneable, StructuredPojo
Represents the set of radios and their states on a device. Examples of radios include Wi-Fi, GPS, Bluetooth, and NFC.
Constructor and Description |
---|
Radios() |
Modifier and Type | Method and Description |
---|---|
Radios |
clone() |
boolean |
equals(Object obj) |
Boolean |
getBluetooth()
True if Bluetooth is enabled at the beginning of the test; otherwise, false.
|
Boolean |
getGps()
True if GPS is enabled at the beginning of the test; otherwise, false.
|
Boolean |
getNfc()
True if NFC is enabled at the beginning of the test; otherwise, false.
|
Boolean |
getWifi()
True if Wi-Fi is enabled at the beginning of the test; otherwise, false.
|
int |
hashCode() |
Boolean |
isBluetooth()
True if Bluetooth is enabled at the beginning of the test; otherwise, false.
|
Boolean |
isGps()
True if GPS is enabled at the beginning of the test; otherwise, false.
|
Boolean |
isNfc()
True if NFC is enabled at the beginning of the test; otherwise, false.
|
Boolean |
isWifi()
True if Wi-Fi is enabled at the beginning of the test; otherwise, false.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBluetooth(Boolean bluetooth)
True if Bluetooth is enabled at the beginning of the test; otherwise, false.
|
void |
setGps(Boolean gps)
True if GPS is enabled at the beginning of the test; otherwise, false.
|
void |
setNfc(Boolean nfc)
True if NFC is enabled at the beginning of the test; otherwise, false.
|
void |
setWifi(Boolean wifi)
True if Wi-Fi is enabled at the beginning of the test; otherwise, false.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Radios |
withBluetooth(Boolean bluetooth)
True if Bluetooth is enabled at the beginning of the test; otherwise, false.
|
Radios |
withGps(Boolean gps)
True if GPS is enabled at the beginning of the test; otherwise, false.
|
Radios |
withNfc(Boolean nfc)
True if NFC is enabled at the beginning of the test; otherwise, false.
|
Radios |
withWifi(Boolean wifi)
True if Wi-Fi is enabled at the beginning of the test; otherwise, false.
|
public void setWifi(Boolean wifi)
True if Wi-Fi is enabled at the beginning of the test; otherwise, false.
wifi
- True if Wi-Fi is enabled at the beginning of the test; otherwise, false.public Boolean getWifi()
True if Wi-Fi is enabled at the beginning of the test; otherwise, false.
public Radios withWifi(Boolean wifi)
True if Wi-Fi is enabled at the beginning of the test; otherwise, false.
wifi
- True if Wi-Fi is enabled at the beginning of the test; otherwise, false.public Boolean isWifi()
True if Wi-Fi is enabled at the beginning of the test; otherwise, false.
public void setBluetooth(Boolean bluetooth)
True if Bluetooth is enabled at the beginning of the test; otherwise, false.
bluetooth
- True if Bluetooth is enabled at the beginning of the test; otherwise, false.public Boolean getBluetooth()
True if Bluetooth is enabled at the beginning of the test; otherwise, false.
public Radios withBluetooth(Boolean bluetooth)
True if Bluetooth is enabled at the beginning of the test; otherwise, false.
bluetooth
- True if Bluetooth is enabled at the beginning of the test; otherwise, false.public Boolean isBluetooth()
True if Bluetooth is enabled at the beginning of the test; otherwise, false.
public void setNfc(Boolean nfc)
True if NFC is enabled at the beginning of the test; otherwise, false.
nfc
- True if NFC is enabled at the beginning of the test; otherwise, false.public Boolean getNfc()
True if NFC is enabled at the beginning of the test; otherwise, false.
public Radios withNfc(Boolean nfc)
True if NFC is enabled at the beginning of the test; otherwise, false.
nfc
- True if NFC is enabled at the beginning of the test; otherwise, false.public Boolean isNfc()
True if NFC is enabled at the beginning of the test; otherwise, false.
public void setGps(Boolean gps)
True if GPS is enabled at the beginning of the test; otherwise, false.
gps
- True if GPS is enabled at the beginning of the test; otherwise, false.public Boolean getGps()
True if GPS is enabled at the beginning of the test; otherwise, false.
public Radios withGps(Boolean gps)
True if GPS is enabled at the beginning of the test; otherwise, false.
gps
- True if GPS is enabled at the beginning of the test; otherwise, false.public Boolean isGps()
True if GPS is enabled at the beginning of the test; otherwise, false.
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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.