public static class ConditionExpression.Query extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConditionExpression.Query.Builder |
| Modifier and Type | Field and Description |
|---|---|
static Set<org.hawkular.metrics.model.MetricType<?>> |
UNSUPPORTED_TYPES |
| Modifier and Type | Method and Description |
|---|---|
static ConditionExpression.Query.Builder |
builder(String name) |
static ConditionExpression.Query.Builder |
builder(String name,
String offset,
ConditionExpression.Query query) |
boolean |
equals(Object obj) |
String |
getDuration() |
Set<String> |
getMetrics() |
org.hawkular.metrics.model.param.Duration |
getMetricsDuration() |
org.hawkular.metrics.model.param.Duration |
getMetricsOffset() |
List<org.hawkular.metrics.model.Percentile> |
getMetricsPercentiles() |
org.hawkular.metrics.model.MetricType<?> |
getMetricsType() |
String |
getName() |
String |
getOffset() |
Set<String> |
getPercentiles() |
String |
getTags() |
String |
getType() |
int |
hashCode() |
void |
setDuration(String duration) |
void |
setMetrics(Set<String> metrics) |
void |
setName(String name) |
void |
setOffset(String offset) |
void |
setPercentiles(Set<String> percentiles) |
void |
setTags(String tags) |
void |
setType(String type) |
String |
toString() |
public static final Set<org.hawkular.metrics.model.MetricType<?>> UNSUPPORTED_TYPES
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public org.hawkular.metrics.model.MetricType<?> getMetricsType()
public String getTags()
public void setTags(String tags)
public List<org.hawkular.metrics.model.Percentile> getMetricsPercentiles()
public String getDuration()
public void setDuration(String duration)
public org.hawkular.metrics.model.param.Duration getMetricsDuration()
public String getOffset()
public void setOffset(String offset)
public org.hawkular.metrics.model.param.Duration getMetricsOffset()
public static ConditionExpression.Query.Builder builder(String name)
public static ConditionExpression.Query.Builder builder(String name, String offset, ConditionExpression.Query query)
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.