public class DataPointMappingsGetRequest
extends Object
implements Serializable
| Constructor and Description |
|---|
DataPointMappingsGetRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
DataPointMappingsGetRequest |
filter(String filter) |
String |
getFilter()
Get filter
|
Integer |
getPage()
Get page
|
Integer |
getSize()
Get size
|
String |
getSort()
Get sort
|
int |
hashCode() |
DataPointMappingsGetRequest |
page(Integer page) |
void |
setFilter(String filter) |
void |
setPage(Integer page) |
void |
setSize(Integer size) |
void |
setSort(String sort) |
DataPointMappingsGetRequest |
size(Integer size) |
DataPointMappingsGetRequest |
sort(String sort) |
String |
toString() |
public DataPointMappingsGetRequest filter(String filter)
public String getFilter()
public void setFilter(String filter)
public DataPointMappingsGetRequest size(Integer size)
public Integer getSize()
public void setSize(Integer size)
public DataPointMappingsGetRequest page(Integer page)
public Integer getPage()
public void setPage(Integer page)
public DataPointMappingsGetRequest sort(String sort)
public String getSort()
public void setSort(String sort)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object