Class LteLocalId
- java.lang.Object
-
- software.amazon.awssdk.services.location.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 information (local ID).
- 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()E-UTRA (Evolved Universal Terrestrial Radio Access) absolute radio frequency channel number (EARFCN).booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integerpci()Physical Cell ID (PCI).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
-
earfcn
public final Integer earfcn()
E-UTRA (Evolved Universal Terrestrial Radio Access) absolute radio frequency channel number (EARFCN).
- Returns:
- E-UTRA (Evolved Universal Terrestrial Radio Access) absolute radio frequency channel number (EARFCN).
-
pci
public final Integer pci()
Physical Cell ID (PCI).
- Returns:
- Physical Cell ID (PCI).
-
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.
-
-