public class AggregatesHistogramResponse extends Object
| Constructor and Description |
|---|
AggregatesHistogramResponse() |
| Modifier and Type | Method and Description |
|---|---|
AggregatesHistogramResponse |
addDataItem(AggregatesHistogramData dataItem) |
AggregatesHistogramResponse |
data(List<AggregatesHistogramData> data) |
AggregatesHistogramResponse |
endDate(Long endDate) |
boolean |
equals(Object o) |
AggregatesHistogramResponse |
field(String field) |
List<AggregatesHistogramData> |
getData() |
Long |
getEndDate() |
String |
getField() |
String |
getInterval() |
String |
getSdid() |
Long |
getSize() |
Long |
getStartDate() |
int |
hashCode() |
AggregatesHistogramResponse |
interval(String interval) |
AggregatesHistogramResponse |
sdid(String sdid) |
void |
setData(List<AggregatesHistogramData> data) |
void |
setEndDate(Long endDate) |
void |
setField(String field) |
void |
setInterval(String interval) |
void |
setSdid(String sdid) |
void |
setSize(Long size) |
void |
setStartDate(Long startDate) |
AggregatesHistogramResponse |
size(Long size) |
AggregatesHistogramResponse |
startDate(Long startDate) |
String |
toString() |
public AggregatesHistogramResponse data(List<AggregatesHistogramData> data)
public AggregatesHistogramResponse addDataItem(AggregatesHistogramData dataItem)
public List<AggregatesHistogramData> getData()
public void setData(List<AggregatesHistogramData> data)
public AggregatesHistogramResponse endDate(Long endDate)
public Long getEndDate()
public void setEndDate(Long endDate)
public AggregatesHistogramResponse field(String field)
public String getField()
public void setField(String field)
public AggregatesHistogramResponse interval(String interval)
public String getInterval()
public void setInterval(String interval)
public AggregatesHistogramResponse sdid(String sdid)
public String getSdid()
public void setSdid(String sdid)
public AggregatesHistogramResponse size(Long size)
public Long getSize()
public void setSize(Long size)
public AggregatesHistogramResponse startDate(Long startDate)
public Long getStartDate()
public void setStartDate(Long startDate)
public boolean equals(Object o)
public int hashCode()
public String toString()
Copyright © 2018. All rights reserved.