@Generated(value="software.amazon.awssdk:codegen") public class Radios extends Object implements software.amazon.awssdk.core.protocol.StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<Radios.Builder,Radios>
Represents the set of radios and their states on a device. Examples of radios include Wi-Fi, GPS, Bluetooth, and NFC.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Radios.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
bluetooth()
True if Bluetooth is enabled at the beginning of the test; otherwise, false.
|
static Radios.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Boolean |
gps()
True if GPS is enabled at the beginning of the test; otherwise, false.
|
int |
hashCode() |
void |
marshall(software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller) |
Boolean |
nfc()
True if NFC is enabled at the beginning of the test; otherwise, false.
|
static Class<? extends Radios.Builder> |
serializableBuilderClass() |
Radios.Builder |
toBuilder() |
String |
toString() |
Boolean |
wifi()
True if Wi-Fi is enabled at the beginning of the test; otherwise, false.
|
public Boolean wifi()
True if Wi-Fi is enabled at the beginning of the test; otherwise, false.
public Boolean bluetooth()
True if Bluetooth is enabled at the beginning of the test; otherwise, false.
public Boolean nfc()
True if NFC is enabled at the beginning of the test; otherwise, false.
public Boolean gps()
True if GPS is enabled at the beginning of the test; otherwise, false.
public Radios.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<Radios.Builder,Radios>public static Radios.Builder builder()
public static Class<? extends Radios.Builder> serializableBuilderClass()
public void marshall(software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller)
marshall in interface software.amazon.awssdk.core.protocol.StructuredPojoCopyright © 2018. All rights reserved.