@Generated(value="software.amazon.awssdk:codegen") public final class GsmNmrObj extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GsmNmrObj.Builder,GsmNmrObj>
GSM object for network measurement reports.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GsmNmrObj.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
bcch()
GSM broadcast control channel.
|
Integer |
bsic()
GSM base station identity code (BSIC).
|
static GsmNmrObj.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
GlobalIdentity |
globalIdentity()
Global identity information of the GSM object.
|
int |
hashCode() |
Integer |
rxLevel()
Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GsmNmrObj.Builder> |
serializableBuilderClass() |
GsmNmrObj.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer bsic()
GSM base station identity code (BSIC).
public final Integer bcch()
GSM broadcast control channel.
public final Integer rxLevel()
Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).
public final GlobalIdentity globalIdentity()
Global identity information of the GSM object.
public GsmNmrObj.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GsmNmrObj.Builder,GsmNmrObj>public static GsmNmrObj.Builder builder()
public static Class<? extends GsmNmrObj.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.