Class name: com.aliyun.hitsdb.client.value.response.QueryResult
java.lang.Object
com.aliyun.hitsdb.client.value.JSONValue
com.aliyun.hitsdb.client.value.response.QueryResult
public class QueryResult extends JSONValueBuilder Essentials
Builder and explanation |
Class of query results |
Method Essentials
Qualifier and type | Method and explanation |
|
Get the aggregated Tags |
|
Get data query results. |
|
Get the Metric name |
|
Get the queried Tags |
|
|
|
|
|
|
|
|
Method of inheritance from a class com.aliyun.hitsdb.client.value.JSONValue
appendJSON, parseObject, toJSON, toString
Method of inheritance from a class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait
Builder details
QueryResult
public QueryResult()Method details
getAggregateTags
public List<String> getAggregateTags()setAggregateTags
public void setAggregateTags(List<String> aggregateTags)getDps
public LinkedHashMap<Long,Number> getDps()getMetric
public String getMetric()getTags
public Map<String,String> getTags()setDps
public void setDps(LinkedHashMap<Long,Number> dps)setMetric
public void setMetric(String metric)setTags
public void setTags(Map<String,String> tags)