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