Class ServerConfig

    • Field Detail

      • id

        protected String id
        The id of the server config.
      • name

        protected String name
        The name of the endpoint.
      • description

        protected String description
        The description for the endpoint.
      • serverAddress

        protected String serverAddress
        The server host for the endpoint.
      • port

        protected Integer port
        The port for the endpoint.
      • contextRoot

        protected String contextRoot
        The context root under which the application where the rest endpoint is running on.
      • restRoot

        protected String restRoot
        The path for accessing the endpoint.
      • userName

        protected String userName
        The username that needs to be used when accessing the endpoint.
      • password

        protected String password
        The password that needs to be used when accessing the endpoint.
      • endpointType

        protected Integer endpointType
        The code of the endpoint. Setting this property via configuration parameters has no effect.
      • tenantId

        protected String tenantId
        The tenant id of the endpoint.
    • Constructor Detail

      • ServerConfig

        public ServerConfig()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getServerAddress

        public String getServerAddress()
      • setServerAddress

        public void setServerAddress​(String serverAddress)
      • getPort

        public Integer getPort()
      • setPort

        public void setPort​(Integer port)
      • getContextRoot

        public String getContextRoot()
      • setContextRoot

        public void setContextRoot​(String contextRoot)
      • getRestRoot

        public String getRestRoot()
      • setRestRoot

        public void setRestRoot​(String restRoot)
      • getUserName

        public String getUserName()
      • setUserName

        public void setUserName​(String userName)
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)
      • getEndpointType

        public Integer getEndpointType()
      • setEndpointType

        public void setEndpointType​(Integer endpointType)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object