@Generated(value="software.amazon.awssdk:codegen") public final class LteLocalId extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LteLocalId.Builder,LteLocalId>
LTE local identification (local ID) information.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LteLocalId.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LteLocalId.Builder |
builder() |
Integer |
earfcn()
Evolved universal terrestrial radio access (E-UTRA) absolute radio frequency channel number (FCN).
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
pci()
Physical cell ID.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LteLocalId.Builder> |
serializableBuilderClass() |
LteLocalId.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer pci()
Physical cell ID.
public final Integer earfcn()
Evolved universal terrestrial radio access (E-UTRA) absolute radio frequency channel number (FCN).
public LteLocalId.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LteLocalId.Builder,LteLocalId>public static LteLocalId.Builder builder()
public static Class<? extends LteLocalId.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.