@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WcdmaNmrObj extends Object implements Serializable, Cloneable, StructuredPojo
Network Measurement Reports.
Constructor and Description |
---|
WcdmaNmrObj() |
Modifier and Type | Method and Description |
---|---|
WcdmaNmrObj |
clone() |
boolean |
equals(Object obj) |
Integer |
getPathLoss()
Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates
through space.
|
Integer |
getPsc()
Primary Scrambling Code.
|
Integer |
getRscp()
Received Signal Code Power (signal power) (dBm)
|
Integer |
getUarfcndl()
WCDMA UTRA Absolute RF Channel Number downlink.
|
Integer |
getUtranCid()
UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPathLoss(Integer pathLoss)
Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates
through space.
|
void |
setPsc(Integer psc)
Primary Scrambling Code.
|
void |
setRscp(Integer rscp)
Received Signal Code Power (signal power) (dBm)
|
void |
setUarfcndl(Integer uarfcndl)
WCDMA UTRA Absolute RF Channel Number downlink.
|
void |
setUtranCid(Integer utranCid)
UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
|
String |
toString()
Returns a string representation of this object.
|
WcdmaNmrObj |
withPathLoss(Integer pathLoss)
Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates
through space.
|
WcdmaNmrObj |
withPsc(Integer psc)
Primary Scrambling Code.
|
WcdmaNmrObj |
withRscp(Integer rscp)
Received Signal Code Power (signal power) (dBm)
|
WcdmaNmrObj |
withUarfcndl(Integer uarfcndl)
WCDMA UTRA Absolute RF Channel Number downlink.
|
WcdmaNmrObj |
withUtranCid(Integer utranCid)
UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
|
public void setUarfcndl(Integer uarfcndl)
WCDMA UTRA Absolute RF Channel Number downlink.
uarfcndl
- WCDMA UTRA Absolute RF Channel Number downlink.public Integer getUarfcndl()
WCDMA UTRA Absolute RF Channel Number downlink.
public WcdmaNmrObj withUarfcndl(Integer uarfcndl)
WCDMA UTRA Absolute RF Channel Number downlink.
uarfcndl
- WCDMA UTRA Absolute RF Channel Number downlink.public void setPsc(Integer psc)
Primary Scrambling Code.
psc
- Primary Scrambling Code.public Integer getPsc()
Primary Scrambling Code.
public WcdmaNmrObj withPsc(Integer psc)
Primary Scrambling Code.
psc
- Primary Scrambling Code.public void setUtranCid(Integer utranCid)
UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
utranCid
- UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.public Integer getUtranCid()
UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
public WcdmaNmrObj withUtranCid(Integer utranCid)
UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
utranCid
- UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.public void setRscp(Integer rscp)
Received Signal Code Power (signal power) (dBm)
rscp
- Received Signal Code Power (signal power) (dBm)public Integer getRscp()
Received Signal Code Power (signal power) (dBm)
public WcdmaNmrObj withRscp(Integer rscp)
Received Signal Code Power (signal power) (dBm)
rscp
- Received Signal Code Power (signal power) (dBm)public void setPathLoss(Integer pathLoss)
Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
pathLoss
- Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it
propagates through space.public Integer getPathLoss()
Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
public WcdmaNmrObj withPathLoss(Integer pathLoss)
Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
pathLoss
- Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it
propagates through space.public String toString()
toString
in class Object
Object.toString()
public WcdmaNmrObj clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.