Class AppConfigurationStoreMonitoring.AccessToken

    • Constructor Detail

      • AccessToken

        public AccessToken()
    • Method Detail

      • getName

        public String getName()
        Returns:
        the name
      • setName

        public void setName​(String name)
        Parameters:
        name - the name to set
      • getSecret

        public String getSecret()
        Returns:
        the secret
      • setSecret

        public void setSecret​(String secret)
        Parameters:
        secret - the secret to set
      • isValid

        public boolean isValid()
        Checks if name and secret are not null.
        Returns:
        boolean true if name and secret are not null.