Class HTTPGetAction

    • Constructor Detail

      • HTTPGetAction

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

      • getHost

        public String getHost()
        Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.
      • setHost

        public void setHost​(String host)
        Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.
      • getHttpHeaders

        public List<HTTPHeader> getHttpHeaders()
        Custom headers to set in the request. HTTP allows repeated headers.
      • setHttpHeaders

        public void setHttpHeaders​(List<HTTPHeader> httpHeaders)
        Custom headers to set in the request. HTTP allows repeated headers.
      • getPath

        public String getPath()
        Path to access on the HTTP server.
      • setPath

        public void setPath​(String path)
        Path to access on the HTTP server.
      • getPort

        public IntOrString getPort()
        HTTPGetAction describes an action based on HTTP Get requests.
      • setPort

        public void setPort​(IntOrString port)
        HTTPGetAction describes an action based on HTTP Get requests.
      • getScheme

        public String getScheme()
        Scheme to use for connecting to the host. Defaults to HTTP.
      • setScheme

        public void setScheme​(String scheme)
        Scheme to use for connecting to the host. Defaults to HTTP.
      • getAdditionalProperties

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

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

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