Class FieldValue


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

      • FieldValue

        public FieldValue()
    • Method Detail

      • getKey

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

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

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

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