Class LogOnDetails


  • public class LogOnDetails
    extends java.lang.Object
    Represents the details required to log into Steam3 as a game server.
    • Constructor Summary

      Constructors 
      Constructor Description
      LogOnDetails()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getAppID()  
      java.lang.String getToken()  
      void setAppID​(int appID)  
      void setToken​(java.lang.String token)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LogOnDetails

        public LogOnDetails()
    • Method Detail

      • getToken

        public java.lang.String getToken()
        Returns:
        the authentication token used to log in as a game server
      • setToken

        public void setToken​(java.lang.String token)
        Parameters:
        token - the authentication token used to log in as a game server
      • getAppID

        public int getAppID()
        Returns:
        the AppID this gameserver will serve
      • setAppID

        public void setAppID​(int appID)
        Parameters:
        appID - the AppID this gameserver will serve