Package com.aquima.web.api.model.page
Class FieldValue
java.lang.Object
com.aquima.web.api.model.page.FieldValue
This class represents a single event value on a page event.
- Since:
- 9.2
- Author:
- A.Pragt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()
This method returns the element key this value belongs to.This method returns the values for the event.void
This method sets the element key.void
This method sets the values of the event.
-
Constructor Details
-
Method Details
-
getKey
This method returns the element key this value belongs to.- Returns:
- The key of the element.
-
setKey
This method sets the element key.- Parameters:
key
- The key of the element.
-
getValues
This method returns the values for the event.- Returns:
- The values.
-
setValues
This method sets the values of the event.- Parameters:
values
- The values of the event.
-