Class NameValuePair

java.lang.Object
org.eclipse.dirigible.commons.api.helpers.NameValuePair

public class NameValuePair
extends Object
The Class NameValuePair.
  • Constructor Details

  • Method Details

    • getName

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

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

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

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