public class Aggregates
extends Object
implements Serializable
Constructor and Description |
---|
Aggregates() |
Modifier and Type | Method and Description |
---|---|
Aggregates |
endtime(String endtime) |
boolean |
equals(Object o) |
Aggregates |
fields(Map<String,Aggregate> fields) |
String |
getEndtime()
end time of the interval (inclusive)
|
Map<String,Aggregate> |
getFields()
Get fields
|
String |
getStarttime()
start time of the interval (exclusive)
|
int |
hashCode() |
Aggregates |
putFieldsItem(String key,
Aggregate fieldsItem) |
void |
setEndtime(String endtime) |
void |
setFields(String name,
Aggregate value) |
void |
setStarttime(String starttime) |
Aggregates |
starttime(String starttime) |
String |
toString() |
public Aggregates starttime(String starttime)
public String getStarttime()
public void setStarttime(String starttime)
public Aggregates endtime(String endtime)
public String getEndtime()
public void setEndtime(String endtime)
public Aggregates fields(Map<String,Aggregate> fields)
public Aggregates putFieldsItem(String key, Aggregate fieldsItem)
public Map<String,Aggregate> getFields()
public void setFields(String name, Aggregate value)
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object