@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CdmaNmrObj extends Object implements Serializable, Cloneable, StructuredPojo
CDMA object for network measurement reports.
| Constructor and Description |
|---|
CdmaNmrObj() |
| Modifier and Type | Method and Description |
|---|---|
CdmaNmrObj |
clone() |
boolean |
equals(Object obj) |
Integer |
getBaseStationId()
CDMA base station ID (BSID).
|
Integer |
getCdmaChannel()
CDMA channel information.
|
Integer |
getPilotPower()
Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
|
Integer |
getPnOffset()
Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setBaseStationId(Integer baseStationId)
CDMA base station ID (BSID).
|
void |
setCdmaChannel(Integer cdmaChannel)
CDMA channel information.
|
void |
setPilotPower(Integer pilotPower)
Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
|
void |
setPnOffset(Integer pnOffset)
Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.
|
String |
toString()
Returns a string representation of this object.
|
CdmaNmrObj |
withBaseStationId(Integer baseStationId)
CDMA base station ID (BSID).
|
CdmaNmrObj |
withCdmaChannel(Integer cdmaChannel)
CDMA channel information.
|
CdmaNmrObj |
withPilotPower(Integer pilotPower)
Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
|
CdmaNmrObj |
withPnOffset(Integer pnOffset)
Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.
|
public void setPnOffset(Integer pnOffset)
Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.
pnOffset - Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.public Integer getPnOffset()
Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.
public CdmaNmrObj withPnOffset(Integer pnOffset)
Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.
pnOffset - Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.public void setCdmaChannel(Integer cdmaChannel)
CDMA channel information.
cdmaChannel - CDMA channel information.public Integer getCdmaChannel()
CDMA channel information.
public CdmaNmrObj withCdmaChannel(Integer cdmaChannel)
CDMA channel information.
cdmaChannel - CDMA channel information.public void setPilotPower(Integer pilotPower)
Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
pilotPower - Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).public Integer getPilotPower()
Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
public CdmaNmrObj withPilotPower(Integer pilotPower)
Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
pilotPower - Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).public void setBaseStationId(Integer baseStationId)
CDMA base station ID (BSID).
baseStationId - CDMA base station ID (BSID).public Integer getBaseStationId()
CDMA base station ID (BSID).
public CdmaNmrObj withBaseStationId(Integer baseStationId)
CDMA base station ID (BSID).
baseStationId - CDMA base station ID (BSID).public String toString()
toString in class ObjectObject.toString()public CdmaNmrObj clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.