Class AnonymousLogOnDetails


  • public class AnonymousLogOnDetails
    extends java.lang.Object
    Represents the details required to log into Steam3 as an anonymous user.
    • Constructor Detail

      • AnonymousLogOnDetails

        public AnonymousLogOnDetails()
    • 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.