Class ApplicationKeyBean


  • public class ApplicationKeyBean
    extends Object
    Bean class to contain the Application key information.
    • Constructor Detail

      • ApplicationKeyBean

        public ApplicationKeyBean()
    • Method Detail

      • getAccessToken

        public String getAccessToken()
      • setAccessToken

        public void setAccessToken​(String accessToken)
      • getConsumerKey

        public String getConsumerKey()
      • setConsumerKey

        public void setConsumerKey​(String consumerKey)
      • getConsumerSecret

        public String getConsumerSecret()
      • setConsumerSecret

        public void setConsumerSecret​(String consumerSecret)