Class EndpointAddress

    • Constructor Detail

      • EndpointAddress

        public EndpointAddress()
        No args constructor for use in serialization
    • Method Detail

      • getHostname

        public String getHostname()
        The Hostname of this endpoint
      • setHostname

        public void setHostname​(String hostname)
        The Hostname of this endpoint
      • getIp

        public String getIp()
        The IP of this endpoint. May not be loopback (127.0.0.0/8 or ::1), link-local (169.254.0.0/16 or fe80::/10), or link-local multicast (224.0.0.0/24 or ff02::/16).
      • setIp

        public void setIp​(String ip)
        The IP of this endpoint. May not be loopback (127.0.0.0/8 or ::1), link-local (169.254.0.0/16 or fe80::/10), or link-local multicast (224.0.0.0/24 or ff02::/16).
      • getNodeName

        public String getNodeName()
        Optional: Node hosting this endpoint. This can be used to determine endpoints local to a node.
      • setNodeName

        public void setNodeName​(String nodeName)
        Optional: Node hosting this endpoint. This can be used to determine endpoints local to a node.
      • getTargetRef

        public ObjectReference getTargetRef()
        EndpointAddress is a tuple that describes single IP address. Deprecated: This API is deprecated in v1.33+.
      • setTargetRef

        public void setTargetRef​(ObjectReference targetRef)
        EndpointAddress is a tuple that describes single IP address. Deprecated: This API is deprecated in v1.33+.
      • getAdditionalProperties

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

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

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