public class TagParams extends Object
| Constructor and Description |
|---|
TagParams() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getEnd() |
String |
getInterval() |
String |
getMetric() |
String |
getMetricType() |
Long |
getStart() |
Set<String> |
getTags() |
String |
getTenantId() |
Long |
getTimestamp() |
void |
setEnd(Long end) |
void |
setInterval(String interval) |
void |
setMetric(String metric) |
void |
setMetricType(String metricType) |
void |
setStart(Long start) |
void |
setTags(Set<String> tags) |
void |
setTenantId(String tenantId) |
void |
setTimestamp(Long timestamp) |
String |
toString() |
public String getTenantId()
public void setTenantId(String tenantId)
public String getMetric()
public void setMetric(String metric)
public String getInterval()
public void setInterval(String interval)
public String getMetricType()
public void setMetricType(String metricType)
public Long getStart()
public void setStart(Long start)
public Long getEnd()
public void setEnd(Long end)
public Long getTimestamp()
public void setTimestamp(Long timestamp)
Copyright © 2015 Red Hat, Inc.. All rights reserved.