Class ServiceReference

    • Constructor Detail

      • ServiceReference

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

      • getName

        public String getName()
        name is the name of the service. Required
      • setName

        public void setName​(String name)
        name is the name of the service. Required
      • getNamespace

        public String getNamespace()
        namespace is the namespace of the service. Required
      • setNamespace

        public void setNamespace​(String namespace)
        namespace is the namespace of the service. Required
      • getPath

        public String getPath()
        path is an optional URL path which will be sent in any request to this service.
      • setPath

        public void setPath​(String path)
        path is an optional URL path which will be sent in any request to this service.
      • getPort

        public Integer getPort()
        port is the port on the service that hosts the webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive).
      • setPort

        public void setPort​(Integer port)
        port is the port on the service that hosts the webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive).
      • getAdditionalProperties

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

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

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