Class DaemonEndpoint

    • Constructor Detail

      • DaemonEndpoint

        public DaemonEndpoint()
        No args constructor for use in serialization
      • DaemonEndpoint

        public DaemonEndpoint​(Integer port)
    • Method Detail

      • getPort

        public Integer getPort()
        Port number of the given endpoint.
      • setPort

        public void setPort​(Integer port)
        Port number of the given endpoint.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)