@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CdmaObj extends Object implements Serializable, Cloneable, StructuredPojo
CDMA (Code-division multiple access) object.
Constructor and Description |
---|
CdmaObj() |
Modifier and Type | Method and Description |
---|---|
CdmaObj |
clone() |
boolean |
equals(Object obj) |
Float |
getBaseLat()
CDMA base station latitude in degrees.
|
Float |
getBaseLng()
CDMA base station longitude in degrees.
|
Integer |
getBaseStationId()
CDMA base station ID (BSID).
|
CdmaLocalId |
getCdmaLocalId()
CDMA local identification (local ID) parameters.
|
List<CdmaNmrObj> |
getCdmaNmr()
CDMA network measurement reports.
|
Integer |
getNetworkId()
CDMA network ID (NID).
|
Integer |
getPilotPower()
Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
|
Integer |
getRegistrationZone()
CDMA registration zone (RZ).
|
Integer |
getSystemId()
CDMA system ID (SID).
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBaseLat(Float baseLat)
CDMA base station latitude in degrees.
|
void |
setBaseLng(Float baseLng)
CDMA base station longitude in degrees.
|
void |
setBaseStationId(Integer baseStationId)
CDMA base station ID (BSID).
|
void |
setCdmaLocalId(CdmaLocalId cdmaLocalId)
CDMA local identification (local ID) parameters.
|
void |
setCdmaNmr(Collection<CdmaNmrObj> cdmaNmr)
CDMA network measurement reports.
|
void |
setNetworkId(Integer networkId)
CDMA network ID (NID).
|
void |
setPilotPower(Integer pilotPower)
Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
|
void |
setRegistrationZone(Integer registrationZone)
CDMA registration zone (RZ).
|
void |
setSystemId(Integer systemId)
CDMA system ID (SID).
|
String |
toString()
Returns a string representation of this object.
|
CdmaObj |
withBaseLat(Float baseLat)
CDMA base station latitude in degrees.
|
CdmaObj |
withBaseLng(Float baseLng)
CDMA base station longitude in degrees.
|
CdmaObj |
withBaseStationId(Integer baseStationId)
CDMA base station ID (BSID).
|
CdmaObj |
withCdmaLocalId(CdmaLocalId cdmaLocalId)
CDMA local identification (local ID) parameters.
|
CdmaObj |
withCdmaNmr(CdmaNmrObj... cdmaNmr)
CDMA network measurement reports.
|
CdmaObj |
withCdmaNmr(Collection<CdmaNmrObj> cdmaNmr)
CDMA network measurement reports.
|
CdmaObj |
withNetworkId(Integer networkId)
CDMA network ID (NID).
|
CdmaObj |
withPilotPower(Integer pilotPower)
Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
|
CdmaObj |
withRegistrationZone(Integer registrationZone)
CDMA registration zone (RZ).
|
CdmaObj |
withSystemId(Integer systemId)
CDMA system ID (SID).
|
public void setSystemId(Integer systemId)
CDMA system ID (SID).
systemId
- CDMA system ID (SID).public Integer getSystemId()
CDMA system ID (SID).
public CdmaObj withSystemId(Integer systemId)
CDMA system ID (SID).
systemId
- CDMA system ID (SID).public void setNetworkId(Integer networkId)
CDMA network ID (NID).
networkId
- CDMA network ID (NID).public Integer getNetworkId()
CDMA network ID (NID).
public CdmaObj withNetworkId(Integer networkId)
CDMA network ID (NID).
networkId
- CDMA network ID (NID).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 CdmaObj withBaseStationId(Integer baseStationId)
CDMA base station ID (BSID).
baseStationId
- CDMA base station ID (BSID).public void setRegistrationZone(Integer registrationZone)
CDMA registration zone (RZ).
registrationZone
- CDMA registration zone (RZ).public Integer getRegistrationZone()
CDMA registration zone (RZ).
public CdmaObj withRegistrationZone(Integer registrationZone)
CDMA registration zone (RZ).
registrationZone
- CDMA registration zone (RZ).public void setCdmaLocalId(CdmaLocalId cdmaLocalId)
CDMA local identification (local ID) parameters.
cdmaLocalId
- CDMA local identification (local ID) parameters.public CdmaLocalId getCdmaLocalId()
CDMA local identification (local ID) parameters.
public CdmaObj withCdmaLocalId(CdmaLocalId cdmaLocalId)
CDMA local identification (local ID) parameters.
cdmaLocalId
- CDMA local identification (local ID) parameters.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 CdmaObj 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 setBaseLat(Float baseLat)
CDMA base station latitude in degrees.
baseLat
- CDMA base station latitude in degrees.public Float getBaseLat()
CDMA base station latitude in degrees.
public CdmaObj withBaseLat(Float baseLat)
CDMA base station latitude in degrees.
baseLat
- CDMA base station latitude in degrees.public void setBaseLng(Float baseLng)
CDMA base station longitude in degrees.
baseLng
- CDMA base station longitude in degrees.public Float getBaseLng()
CDMA base station longitude in degrees.
public CdmaObj withBaseLng(Float baseLng)
CDMA base station longitude in degrees.
baseLng
- CDMA base station longitude in degrees.public List<CdmaNmrObj> getCdmaNmr()
CDMA network measurement reports.
public void setCdmaNmr(Collection<CdmaNmrObj> cdmaNmr)
CDMA network measurement reports.
cdmaNmr
- CDMA network measurement reports.public CdmaObj withCdmaNmr(CdmaNmrObj... cdmaNmr)
CDMA network measurement reports.
NOTE: This method appends the values to the existing list (if any). Use
setCdmaNmr(java.util.Collection)
or withCdmaNmr(java.util.Collection)
if you want to override
the existing values.
cdmaNmr
- CDMA network measurement reports.public CdmaObj withCdmaNmr(Collection<CdmaNmrObj> cdmaNmr)
CDMA network measurement reports.
cdmaNmr
- CDMA network measurement reports.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.