Class FieldValue

java.lang.Object
com.aquima.web.api.model.page.FieldValue

public class FieldValue extends Object
This class represents a single event value on a page event.
Since:
9.2
Author:
A.Pragt
  • Constructor Details Link icon

    • FieldValue Link icon

      public FieldValue()
  • Method Details Link icon

    • getKey Link icon

      public String getKey()
      This method returns the element key this value belongs to.
      Returns:
      The key of the element.
    • setKey Link icon

      public void setKey(String key)
      This method sets the element key.
      Parameters:
      key - The key of the element.
    • getValues Link icon

      public List<String> getValues()
      This method returns the values for the event.
      Returns:
      The values.
    • setValues Link icon

      public void setValues(List<String> values)
      This method sets the values of the event.
      Parameters:
      values - The values of the event.