Class GsmNmrObj
- java.lang.Object
-
- software.amazon.awssdk.services.iotwireless.model.GsmNmrObj
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GsmNmrObj.Builder,GsmNmrObj>
@Generated("software.amazon.awssdk:codegen") public final class GsmNmrObj extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GsmNmrObj.Builder,GsmNmrObj>
GSM object for network measurement reports.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGsmNmrObj.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Integerbcch()GSM broadcast control channel.Integerbsic()GSM base station identity code (BSIC).static GsmNmrObj.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)GlobalIdentityglobalIdentity()Global identity information of the GSM object.inthashCode()IntegerrxLevel()Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GsmNmrObj.Builder>serializableBuilderClass()GsmNmrObj.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
-
bsic
public final Integer bsic()
GSM base station identity code (BSIC).
- Returns:
- GSM base station identity code (BSIC).
-
bcch
public final Integer bcch()
GSM broadcast control channel.
- Returns:
- GSM broadcast control channel.
-
rxLevel
public final Integer rxLevel()
Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).
- Returns:
- Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).
-
globalIdentity
public final GlobalIdentity globalIdentity()
Global identity information of the GSM object.
- Returns:
- Global identity information of the GSM object.
-
toBuilder
public GsmNmrObj.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GsmNmrObj.Builder,GsmNmrObj>
-
builder
public static GsmNmrObj.Builder builder()
-
serializableBuilderClass
public static Class<? extends GsmNmrObj.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-