public class GetAggregateTimeseriesRequest
extends Object
implements Serializable
| Constructor and Description |
|---|
GetAggregateTimeseriesRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetAggregateTimeseriesRequest |
entity(String entity) |
boolean |
equals(Object o) |
GetAggregateTimeseriesRequest |
from(String from) |
String |
getEntity()
Get entity
|
String |
getFrom()
Get from
|
String |
getIntervalUnit()
Get intervalUnit
|
BigDecimal |
getIntervalValue()
Get intervalValue
|
String |
getPropertyset()
Get propertyset
|
String |
getSelect()
Get select
|
String |
getTo()
Get to
|
int |
hashCode() |
GetAggregateTimeseriesRequest |
intervalUnit(String intervalUnit) |
GetAggregateTimeseriesRequest |
intervalValue(BigDecimal intervalValue) |
GetAggregateTimeseriesRequest |
propertyset(String propertyset) |
GetAggregateTimeseriesRequest |
select(String select) |
void |
setEntity(String entity) |
void |
setFrom(String from) |
void |
setIntervalUnit(String intervalUnit) |
void |
setIntervalValue(BigDecimal intervalValue) |
void |
setPropertyset(String propertyset) |
void |
setSelect(String select) |
void |
setTo(String to) |
GetAggregateTimeseriesRequest |
to(String to) |
String |
toString() |
public GetAggregateTimeseriesRequest select(String select)
public String getSelect()
public void setSelect(String select)
public GetAggregateTimeseriesRequest propertyset(String propertyset)
public String getPropertyset()
public void setPropertyset(String propertyset)
public GetAggregateTimeseriesRequest intervalUnit(String intervalUnit)
public String getIntervalUnit()
public void setIntervalUnit(String intervalUnit)
public GetAggregateTimeseriesRequest from(String from)
public String getFrom()
public void setFrom(String from)
public GetAggregateTimeseriesRequest to(String to)
public String getTo()
public void setTo(String to)
public GetAggregateTimeseriesRequest entity(String entity)
public String getEntity()
public void setEntity(String entity)
public GetAggregateTimeseriesRequest intervalValue(BigDecimal intervalValue)
public BigDecimal getIntervalValue()
public void setIntervalValue(BigDecimal intervalValue)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object