public class AggregatedStatsQueryRequest extends Object
| Constructor and Description |
|---|
AggregatedStatsQueryRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBucketDuration() |
Integer |
getBuckets() |
String |
getEnd() |
Boolean |
getFromEarliest() |
List<String> |
getMetrics() |
String |
getPercentiles() |
String |
getStart() |
String |
getTags() |
int |
hashCode() |
boolean |
isStacked() |
void |
setBucketDuration(String bucketDuration) |
void |
setBuckets(Integer buckets) |
void |
setEnd(String end) |
void |
setFromEarliest(Boolean fromEarliest) |
void |
setMetrics(List<String> metrics) |
void |
setPercentiles(String percentiles) |
void |
setStacked(boolean stacked) |
void |
setStart(String start) |
void |
setTags(String tags) |
String |
toString() |
public String getStart()
public void setStart(String start)
public String getEnd()
public void setEnd(String end)
public Boolean getFromEarliest()
public void setFromEarliest(Boolean fromEarliest)
public Integer getBuckets()
public void setBuckets(Integer buckets)
public String getBucketDuration()
public void setBucketDuration(String bucketDuration)
public String getPercentiles()
public void setPercentiles(String percentiles)
public String getTags()
public void setTags(String tags)
public boolean isStacked()
public void setStacked(boolean stacked)
Copyright © 2014–2019 Red Hat, Inc.. All rights reserved.