public class AnonymousLogOnDetails
extends java.lang.Object
| Constructor and Description |
|---|
AnonymousLogOnDetails() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCellID()
Gets the CellID
|
java.lang.String |
getClientLanguage()
Gets the client language.
|
EOSType |
getClientOSType()
Gets the client operating system type.
|
void |
setCellID(int cellID)
Sets the CellID
|
void |
setClientLanguage(java.lang.String clientLanguage)
Sets the client language.
|
void |
setClientOSType(EOSType clientOSType)
Sets the client operating system type.
|
public int getCellID()
public void setCellID(int cellID)
cellID - the CellID.public EOSType getClientOSType()
public void setClientOSType(EOSType clientOSType)
clientOSType - the client operating system type.public java.lang.String getClientLanguage()
public void setClientLanguage(java.lang.String clientLanguage)
clientLanguage - the client language.