Class Settings


  • public class Settings
    extends Object
    Websocket event payload
     
     "payload": {
         "authenticated": true,
         "label": "Aries Cloud Agent",
         "endpoint": "http://localhost:8030",
         "no_receive_invites": false,
         "help_link": null
     }
     
     
    • Constructor Detail

      • Settings

        public Settings()
    • Method Detail

      • isAuthenticated

        public boolean isAuthenticated()
      • isNoReceiveInvites

        public boolean isNoReceiveInvites()
      • getLabel

        public String getLabel()
      • getEndpoint

        public String getEndpoint()
      • getHelpLink

        public String getHelpLink()
      • setAuthenticated

        public void setAuthenticated​(boolean authenticated)
      • setNoReceiveInvites

        public void setNoReceiveInvites​(boolean noReceiveInvites)
      • setLabel

        public void setLabel​(String label)
      • setEndpoint

        public void setEndpoint​(String endpoint)
      • setHelpLink

        public void setHelpLink​(String helpLink)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object