@Generated(value="software.amazon.awssdk:codegen") public final class CellTowers extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CellTowers.Builder,CellTowers>
The cell towers that were used to perform the measurements.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CellTowers.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CellTowers.Builder |
builder() |
List<CdmaObj> |
cdma()
CDMA object information.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
List<GsmObj> |
gsm()
GSM object information.
|
boolean |
hasCdma()
For responses, this returns true if the service returned a value for the Cdma property.
|
boolean |
hasGsm()
For responses, this returns true if the service returned a value for the Gsm property.
|
int |
hashCode() |
boolean |
hasLte()
For responses, this returns true if the service returned a value for the Lte property.
|
boolean |
hasTdscdma()
For responses, this returns true if the service returned a value for the Tdscdma property.
|
boolean |
hasWcdma()
For responses, this returns true if the service returned a value for the Wcdma property.
|
List<LteObj> |
lte()
LTE object information.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CellTowers.Builder> |
serializableBuilderClass() |
List<TdscdmaObj> |
tdscdma()
TD-SCDMA object information.
|
CellTowers.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<WcdmaObj> |
wcdma()
WCDMA object information.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasGsm()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<GsmObj> gsm()
GSM object information.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasGsm() method.
public final boolean hasWcdma()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<WcdmaObj> wcdma()
WCDMA object information.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasWcdma() method.
public final boolean hasTdscdma()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<TdscdmaObj> tdscdma()
TD-SCDMA object information.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTdscdma() method.
public final boolean hasLte()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<LteObj> lte()
LTE object information.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasLte() method.
public final boolean hasCdma()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<CdmaObj> cdma()
CDMA object information.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasCdma() method.
public CellTowers.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CellTowers.Builder,CellTowers>public static CellTowers.Builder builder()
public static Class<? extends CellTowers.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.