Class AnonymousLogOnDetails
- java.lang.Object
-
- in.dragonbra.javasteam.steam.handlers.steamuser.AnonymousLogOnDetails
-
public class AnonymousLogOnDetails extends java.lang.ObjectRepresents the details required to log into Steam3 as an anonymous user.
-
-
Constructor Summary
Constructors Constructor Description AnonymousLogOnDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetCellID()Gets the CellIDjava.lang.StringgetClientLanguage()Gets the client language.EOSTypegetClientOSType()Gets the client operating system type.voidsetCellID(int cellID)Sets the CellIDvoidsetClientLanguage(java.lang.String clientLanguage)Sets the client language.voidsetClientOSType(EOSType clientOSType)Sets the client operating system type.
-
-
-
Method Detail
-
getCellID
public java.lang.Integer getCellID()
Gets the CellID- Returns:
- the CellID.
-
setCellID
public void setCellID(int cellID)
Sets the CellID- Parameters:
cellID- the CellID.
-
getClientOSType
public EOSType getClientOSType()
Gets the client operating system type.- Returns:
- the client operating system type.
-
setClientOSType
public void setClientOSType(EOSType clientOSType)
Sets the client operating system type.- Parameters:
clientOSType- the client operating system type.
-
getClientLanguage
public java.lang.String getClientLanguage()
Gets the client language.- Returns:
- the client language.
-
setClientLanguage
public void setClientLanguage(java.lang.String clientLanguage)
Sets the client language.- Parameters:
clientLanguage- the client language.
-
-