Class CdmaLocalId
- java.lang.Object
-
- software.amazon.awssdk.services.iotwireless.model.CdmaLocalId
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CdmaLocalId.Builder,CdmaLocalId>
@Generated("software.amazon.awssdk:codegen") public final class CdmaLocalId extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CdmaLocalId.Builder,CdmaLocalId>
CDMA local ID information, which corresponds to the local identification parameters of a CDMA cell.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCdmaLocalId.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CdmaLocalId.Builderbuilder()IntegercdmaChannel()CDMA channel information.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerpnOffset()Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.List<SdkField<?>>sdkFields()static Class<? extends CdmaLocalId.Builder>serializableBuilderClass()CdmaLocalId.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
pnOffset
public final Integer pnOffset()
Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.
- Returns:
- Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.
-
cdmaChannel
public final Integer cdmaChannel()
CDMA channel information.
- Returns:
- CDMA channel information.
-
toBuilder
public CdmaLocalId.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CdmaLocalId.Builder,CdmaLocalId>
-
builder
public static CdmaLocalId.Builder builder()
-
serializableBuilderClass
public static Class<? extends CdmaLocalId.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.
-
-