public class StatsQueryRequest extends Object
| Constructor and Description |
|---|
StatsQueryRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBucketDuration() |
Integer |
getBuckets() |
Long |
getEnd() |
Map<String,List<String>> |
getMetrics() |
String |
getPercentiles() |
Long |
getStart() |
String |
getTags() |
List<String> |
getTypes() |
int |
hashCode() |
void |
setBucketDuration(String bucketDuration) |
void |
setBuckets(Integer buckets) |
void |
setEnd(Long end) |
void |
setMetrics(Map<String,List<String>> metrics) |
void |
setPercentiles(String percentiles) |
void |
setStart(Long start) |
void |
setTags(String tags) |
void |
setTypes(List<String> types) |
String |
toString() |
public Long getStart()
public void setStart(Long start)
public Long getEnd()
public void setEnd(Long end)
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)
Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.