Class LteLocalId
- java.lang.Object
-
- software.amazon.awssdk.services.iotwireless.model.LteLocalId
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LteLocalId.Builder,LteLocalId>
@Generated("software.amazon.awssdk:codegen") public final class LteLocalId extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LteLocalId.Builder,LteLocalId>
LTE local identification (local ID) information.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLteLocalId.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LteLocalId.Builderbuilder()Integerearfcn()Evolved universal terrestrial radio access (E-UTRA) absolute radio frequency channel number (FCN).booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integerpci()Physical cell ID.List<SdkField<?>>sdkFields()static Class<? extends LteLocalId.Builder>serializableBuilderClass()LteLocalId.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
-
pci
public final Integer pci()
Physical cell ID.
- Returns:
- Physical cell ID.
-
earfcn
public final Integer earfcn()
Evolved universal terrestrial radio access (E-UTRA) absolute radio frequency channel number (FCN).
- Returns:
- Evolved universal terrestrial radio access (E-UTRA) absolute radio frequency channel number (FCN).
-
toBuilder
public LteLocalId.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LteLocalId.Builder,LteLocalId>
-
builder
public static LteLocalId.Builder builder()
-
serializableBuilderClass
public static Class<? extends LteLocalId.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.
-
-