@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TdscdmaLocalId extends Object implements Serializable, Cloneable, StructuredPojo
TD-SCDMA local identification (local Id) information.
| Constructor and Description | 
|---|
| TdscdmaLocalId() | 
| Modifier and Type | Method and Description | 
|---|---|
| TdscdmaLocalId | clone() | 
| boolean | equals(Object obj) | 
| Integer | getCellParams()
 Cell parameters for TD-SCDMA. | 
| Integer | getUarfcn()
 TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute RF channel number (UARFCN). | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setCellParams(Integer cellParams)
 Cell parameters for TD-SCDMA. | 
| void | setUarfcn(Integer uarfcn)
 TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute RF channel number (UARFCN). | 
| String | toString()Returns a string representation of this object. | 
| TdscdmaLocalId | withCellParams(Integer cellParams)
 Cell parameters for TD-SCDMA. | 
| TdscdmaLocalId | withUarfcn(Integer uarfcn)
 TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute RF channel number (UARFCN). | 
public void setUarfcn(Integer uarfcn)
TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute RF channel number (UARFCN).
uarfcn - TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute RF channel number (UARFCN).public Integer getUarfcn()
TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute RF channel number (UARFCN).
public TdscdmaLocalId withUarfcn(Integer uarfcn)
TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute RF channel number (UARFCN).
uarfcn - TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute RF channel number (UARFCN).public void setCellParams(Integer cellParams)
Cell parameters for TD-SCDMA.
cellParams - Cell parameters for TD-SCDMA.public Integer getCellParams()
Cell parameters for TD-SCDMA.
public TdscdmaLocalId withCellParams(Integer cellParams)
Cell parameters for TD-SCDMA.
cellParams - Cell parameters for TD-SCDMA.public String toString()
toString in class ObjectObject.toString()public TdscdmaLocalId clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.