@Generated(value="software.amazon.awssdk:codegen") public final class Radios extends Object implements SdkPojo, Serializable, 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.
|
static Radios.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Boolean |
gps()
True if GPS is enabled at the beginning of the test.
|
int |
hashCode() |
Boolean |
nfc()
True if NFC is enabled at the beginning of the test.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Radios.Builder> |
serializableBuilderClass() |
Radios.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
wifi()
True if Wi-Fi is enabled at the beginning of the test.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean wifi()
True if Wi-Fi is enabled at the beginning of the test. Otherwise, false.
public final Boolean bluetooth()
True if Bluetooth is enabled at the beginning of the test. Otherwise, false.
public final Boolean nfc()
True if NFC is enabled at the beginning of the test. Otherwise, false.
public final Boolean gps()
True if GPS is enabled at the beginning of the test. Otherwise, false.
public Radios.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Radios.Builder,Radios>public static Radios.Builder builder()
public static Class<? extends Radios.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.