Class CellTowers
- java.lang.Object
-
- software.amazon.awssdk.services.iotwireless.model.CellTowers
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CellTowers.Builder,CellTowers>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCellTowers.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CellTowers.Builderbuilder()List<CdmaObj>cdma()CDMA object information.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)List<GsmObj>gsm()GSM object information.booleanhasCdma()For responses, this returns true if the service returned a value for the Cdma property.booleanhasGsm()For responses, this returns true if the service returned a value for the Gsm property.inthashCode()booleanhasLte()For responses, this returns true if the service returned a value for the Lte property.booleanhasTdscdma()For responses, this returns true if the service returned a value for the Tdscdma property.booleanhasWcdma()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.List<WcdmaObj>wcdma()WCDMA object information.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
hasGsm
public final boolean hasGsm()
For responses, this returns true if the service returned a value for the Gsm property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()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.
-
gsm
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.- Returns:
- GSM object information.
-
hasWcdma
public final boolean hasWcdma()
For responses, this returns true if the service returned a value for the Wcdma property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()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.
-
wcdma
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.- Returns:
- WCDMA object information.
-
hasTdscdma
public final boolean hasTdscdma()
For responses, this returns true if the service returned a value for the Tdscdma property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()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.
-
tdscdma
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.- Returns:
- TD-SCDMA object information.
-
hasLte
public final boolean hasLte()
For responses, this returns true if the service returned a value for the Lte property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()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.
-
lte
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.- Returns:
- LTE object information.
-
hasCdma
public final boolean hasCdma()
For responses, this returns true if the service returned a value for the Cdma property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()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.
-
cdma
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.- Returns:
- CDMA object information.
-
toBuilder
public CellTowers.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CellTowers.Builder,CellTowers>
-
builder
public static CellTowers.Builder builder()
-
serializableBuilderClass
public static Class<? extends CellTowers.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-