Class WcdmaNmrObj
- java.lang.Object
-
- software.amazon.awssdk.services.iotwireless.model.WcdmaNmrObj
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<WcdmaNmrObj.Builder,WcdmaNmrObj>
@Generated("software.amazon.awssdk:codegen") public final class WcdmaNmrObj extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WcdmaNmrObj.Builder,WcdmaNmrObj>
Network Measurement Reports.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWcdmaNmrObj.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WcdmaNmrObj.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerpathLoss()Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.Integerpsc()Primary Scrambling Code.Integerrscp()Received Signal Code Power (signal power) (dBm)Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends WcdmaNmrObj.Builder>serializableBuilderClass()WcdmaNmrObj.BuildertoBuilder()StringtoString()Returns a string representation of this object.Integeruarfcndl()WCDMA UTRA Absolute RF Channel Number downlink.IntegerutranCid()UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.-
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
-
uarfcndl
public final Integer uarfcndl()
WCDMA UTRA Absolute RF Channel Number downlink.
- Returns:
- WCDMA UTRA Absolute RF Channel Number downlink.
-
psc
public final Integer psc()
Primary Scrambling Code.
- Returns:
- Primary Scrambling Code.
-
utranCid
public final Integer utranCid()
UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
- Returns:
- UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
-
rscp
public final Integer rscp()
Received Signal Code Power (signal power) (dBm)
- Returns:
- Received Signal Code Power (signal power) (dBm)
-
pathLoss
public final Integer pathLoss()
Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
- Returns:
- Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
-
toBuilder
public WcdmaNmrObj.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<WcdmaNmrObj.Builder,WcdmaNmrObj>
-
builder
public static WcdmaNmrObj.Builder builder()
-
serializableBuilderClass
public static Class<? extends WcdmaNmrObj.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
-
-