@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CdmaLocalId extends Object implements Serializable, Cloneable, StructuredPojo
CDMA local ID information, which corresponds to the local identification parameters of a CDMA cell.
| Constructor and Description |
|---|
CdmaLocalId() |
| Modifier and Type | Method and Description |
|---|---|
CdmaLocalId |
clone() |
boolean |
equals(Object obj) |
Integer |
getCdmaChannel()
CDMA channel information.
|
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 |
setCdmaChannel(Integer cdmaChannel)
CDMA channel information.
|
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.
|
CdmaLocalId |
withCdmaChannel(Integer cdmaChannel)
CDMA channel information.
|
CdmaLocalId |
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 CdmaLocalId 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 CdmaLocalId withCdmaChannel(Integer cdmaChannel)
CDMA channel information.
cdmaChannel - CDMA channel information.public String toString()
toString in class ObjectObject.toString()public CdmaLocalId clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.