com.baidubce.services.tsdb.model
Class Result
java.lang.Object
com.baidubce.services.tsdb.model.Result
public class Result
- extends Object
Represent the result for querying datapoints from Tsdb.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Result
public Result()
getMetric
public String getMetric()
setMetric
public void setMetric(String metric)
getField
public String getField()
setField
public void setField(String field)
getFields
public List<String> getFields()
setFields
public void setFields(List<String> fields)
getTags
public List<String> getTags()
setTags
public void setTags(List<String> tags)
getRawCount
public long getRawCount()
setRawCount
public void setRawCount(long rawCount)
getGroups
public List<Group> getGroups()
setGroups
public void setGroups(List<Group> groups)
isTruncated
public boolean isTruncated()
setTruncated
public void setTruncated(Boolean truncated)
getNextMarker
public String getNextMarker()
setNextMarker
public void setNextMarker(String nextMarker)
Copyright © 2018. All rights reserved.