Class GatewayStatusAddress

    • Constructor Detail

      • GatewayStatusAddress

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

        public GatewayStatusAddress​(String type,
                                    String value)
    • Method Detail

      • getType

        public String getType()
        Type of the address.
      • setType

        public void setType​(String type)
        Type of the address.
      • getValue

        public String getValue()
        Value of the address. The validity of the values will depend on the type and support by the controller.


        Examples: `1.2.3.4`, `128::1`, `my-ip-address`.

      • setValue

        public void setValue​(String value)
        Value of the address. The validity of the values will depend on the type and support by the controller.


        Examples: `1.2.3.4`, `128::1`, `my-ip-address`.

      • getAdditionalProperties

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

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

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