Class ResultKeyValueMap

java.lang.Object
org.bonitasoft.connectors.rest.model.ResultKeyValueMap
All Implemented Interfaces:
Serializable

public class ResultKeyValueMap extends Object implements Serializable
The key value object of the result of a REST Connector
See Also:
  • Constructor Details

    • ResultKeyValueMap

      public ResultKeyValueMap()
  • Method Details

    • getKey

      public String getKey()
      Get the key
      Returns:
      the key
    • setKey

      public void setKey(String newKey)
      Set the key
      Parameters:
      newKey - the key
    • getValue

      public List<String> getValue()
      Get the value
      Returns:
      the value
    • setValue

      public void setValue(List<String> newValue)
      Set the value
      Parameters:
      newValue - the value
    • toString

      public String toString()
      Overrides:
      toString in class Object