类 GroupBy
- java.lang.Object
-
- com.baidubce.services.tsdb.model.GroupBy
-
public class GroupBy extends Object
Represent the GroupBy for querying datapoints from Tsdb.
-
-
构造器概要
构造器 构造器 说明 GroupBy()
-
方法概要
所有方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 IntegergetGroupCount()已过时。StringgetName()List<String>getTags()StringgetTimeRangeSize()已过时。IntegergetValueRangeSize()已过时。voidsetGroupCount(Integer groupCount)已过时。voidsetName(String name)voidsetTags(List<String> tags)voidsetTimeRangeSize(String timeRangeSize)已过时。voidsetValueRangeSize(Integer valueRangeSize)已过时。GroupBywithGroupCount(int groupCount)已过时。GroupBywithName(String name)GroupBywithTags(List<String> tags)GroupBywithTimeRangeSize(String timeRangeSize)已过时。GroupBywithValueRangeSize(int valueRangeSize)已过时。
-
-
-
方法详细资料
-
getName
public String getName()
-
setName
public void setName(String name)
-
getTimeRangeSize
@Deprecated public String getTimeRangeSize()
已过时。
-
setTimeRangeSize
@Deprecated public void setTimeRangeSize(String timeRangeSize)
已过时。
-
getGroupCount
@Deprecated public Integer getGroupCount()
已过时。
-
setGroupCount
@Deprecated public void setGroupCount(Integer groupCount)
已过时。
-
getValueRangeSize
@Deprecated public Integer getValueRangeSize()
已过时。
-
setValueRangeSize
@Deprecated public void setValueRangeSize(Integer valueRangeSize)
已过时。
-
withTimeRangeSize
@Deprecated public GroupBy withTimeRangeSize(String timeRangeSize)
已过时。
-
withGroupCount
@Deprecated public GroupBy withGroupCount(int groupCount)
已过时。
-
withValueRangeSize
@Deprecated public GroupBy withValueRangeSize(int valueRangeSize)
已过时。
-
-