@Generated(value="software.amazon.awssdk:codegen") public final class GlobalIdentity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GlobalIdentity.Builder,GlobalIdentity>
Global identity information.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GlobalIdentity.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GlobalIdentity.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
geranCid()
GERAN (GSM EDGE Radio Access Network) cell global identifier.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
lac()
Location area code of the global identity.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GlobalIdentity.Builder> |
serializableBuilderClass() |
GlobalIdentity.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer lac()
Location area code of the global identity.
public final Integer geranCid()
GERAN (GSM EDGE Radio Access Network) cell global identifier.
public GlobalIdentity.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GlobalIdentity.Builder,GlobalIdentity>public static GlobalIdentity.Builder builder()
public static Class<? extends GlobalIdentity.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.