@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LteLocalId extends Object implements Serializable, Cloneable, StructuredPojo
LTE local identification (local ID) information.
Constructor and Description |
---|
LteLocalId() |
Modifier and Type | Method and Description |
---|---|
LteLocalId |
clone() |
boolean |
equals(Object obj) |
Integer |
getEarfcn()
Evolved universal terrestrial radio access (E-UTRA) absolute radio frequency channel number (FCN).
|
Integer |
getPci()
Physical cell ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEarfcn(Integer earfcn)
Evolved universal terrestrial radio access (E-UTRA) absolute radio frequency channel number (FCN).
|
void |
setPci(Integer pci)
Physical cell ID.
|
String |
toString()
Returns a string representation of this object.
|
LteLocalId |
withEarfcn(Integer earfcn)
Evolved universal terrestrial radio access (E-UTRA) absolute radio frequency channel number (FCN).
|
LteLocalId |
withPci(Integer pci)
Physical cell ID.
|
public void setPci(Integer pci)
Physical cell ID.
pci
- Physical cell ID.public Integer getPci()
Physical cell ID.
public LteLocalId withPci(Integer pci)
Physical cell ID.
pci
- Physical cell ID.public void setEarfcn(Integer earfcn)
Evolved universal terrestrial radio access (E-UTRA) absolute radio frequency channel number (FCN).
earfcn
- Evolved universal terrestrial radio access (E-UTRA) absolute radio frequency channel number (FCN).public Integer getEarfcn()
Evolved universal terrestrial radio access (E-UTRA) absolute radio frequency channel number (FCN).
public LteLocalId withEarfcn(Integer earfcn)
Evolved universal terrestrial radio access (E-UTRA) absolute radio frequency channel number (FCN).
earfcn
- Evolved universal terrestrial radio access (E-UTRA) absolute radio frequency channel number (FCN).public String toString()
toString
in class Object
Object.toString()
public LteLocalId clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.