Class HttpClientParam

java.lang.Object
org.eclipse.dirigible.api.v3.http.client.HttpClientParam

public class HttpClientParam
extends Object
Represents an HTTP param
  • Constructor Details

    • HttpClientParam

      public HttpClientParam​(String name, String value)
      Instantiates a new http client param.
      Parameters:
      name - the name
      value - the value
  • Method Details

    • getName

      public String getName()
      Returns the name.
      Returns:
      the name
    • setName

      public void setName​(String name)
      Sets the name.
      Parameters:
      name - the new name
    • getValue

      public String getValue()
      Returns the value.
      Returns:
      the value
    • setValue

      public void setValue​(String value)
      Sets the value.
      Parameters:
      value - the new value