@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GlobalIdentity extends Object implements Serializable, Cloneable, StructuredPojo
Global identity information.
| Constructor and Description |
|---|
GlobalIdentity() |
| Modifier and Type | Method and Description |
|---|---|
GlobalIdentity |
clone() |
boolean |
equals(Object obj) |
Integer |
getGeranCid()
GERAN (GSM EDGE Radio Access Network) cell global identifier.
|
Integer |
getLac()
Location area code of the global identity.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setGeranCid(Integer geranCid)
GERAN (GSM EDGE Radio Access Network) cell global identifier.
|
void |
setLac(Integer lac)
Location area code of the global identity.
|
String |
toString()
Returns a string representation of this object.
|
GlobalIdentity |
withGeranCid(Integer geranCid)
GERAN (GSM EDGE Radio Access Network) cell global identifier.
|
GlobalIdentity |
withLac(Integer lac)
Location area code of the global identity.
|
public void setLac(Integer lac)
Location area code of the global identity.
lac - Location area code of the global identity.public Integer getLac()
Location area code of the global identity.
public GlobalIdentity withLac(Integer lac)
Location area code of the global identity.
lac - Location area code of the global identity.public void setGeranCid(Integer geranCid)
GERAN (GSM EDGE Radio Access Network) cell global identifier.
geranCid - GERAN (GSM EDGE Radio Access Network) cell global identifier.public Integer getGeranCid()
GERAN (GSM EDGE Radio Access Network) cell global identifier.
public GlobalIdentity withGeranCid(Integer geranCid)
GERAN (GSM EDGE Radio Access Network) cell global identifier.
geranCid - GERAN (GSM EDGE Radio Access Network) cell global identifier.public String toString()
toString in class ObjectObject.toString()public GlobalIdentity clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.