public class ValueCollection extends GenericModel
Constructor and Description |
---|
ValueCollection() |
Modifier and Type | Method and Description |
---|---|
Pagination |
getPagination()
Gets the pagination.
|
java.util.List<ValueExport> |
getValues()
Gets the values.
|
void |
setPagination(Pagination pagination)
Sets the pagination.
|
void |
setValues(java.util.List<ValueExport> values)
Sets the values.
|
equals, hashCode, toString
public java.util.List<ValueExport> getValues()
public Pagination getPagination()
public void setValues(java.util.List<ValueExport> values)
values
- the new valuespublic void setPagination(Pagination pagination)
pagination
- the new pagination