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 JSONValue
-
-
Builder Essentials
Builder and explanation QueryResult()
Class of query results
-
Method Essentials
Qualifier and type Method and explanation List<String>
getAggregateTags()
Get the aggregated TagsLinkedHashMap<Long,Number>
getDps()
Get data query results.String
getMetric()
Get the Metric nameMap<String,String>
getTags()
Get the queried Tagsvoid
setAggregateTags(List<String> aggregateTags)
void
setDps(LinkedHashMap<Long,Number> dps)
void
setMetric(String metric)
void
setTags(Map<String,String> tags)
-
Method of inheritance from a class com.aliyun.hitsdb.client.value.JSONValue
appendJSON, parseObject, toJSON, toString
-
-
-
-
Method details
-
getDps
public LinkedHashMap<Long,Number> getDps()
-
getMetric
public String getMetric()
-
setDps
public void setDps(LinkedHashMap<Long,Number> dps)
-
setMetric
public void setMetric(String metric)
-
-