Class GetConfiguration


  • public class GetConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSection()  
      java.lang.String getToken()  
      void setSection​(java.lang.String section)  
      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

      • GetConfiguration

        public GetConfiguration()
    • Method Detail

      • getToken

        public java.lang.String getToken()
        Returns:
        returns String
      • setToken

        public void setToken​(java.lang.String token)
        Parameters:
        token - the value for the token property
      • getSection

        public java.lang.String getSection()
        Returns:
        returns String
      • setSection

        public void setSection​(java.lang.String section)
        Parameters:
        section - the value for the section property