com.baidubce.services.tsdb.model
Class GroupBy

java.lang.Object
  extended by com.baidubce.services.tsdb.model.GroupBy

public class GroupBy
extends Object

Represent the GroupBy for querying datapoints from Tsdb.


Constructor Summary
GroupBy()
           
 
Method Summary
 Integer getGroupCount()
          Deprecated. 
 String getName()
           
 List<String> getTags()
           
 String getTimeRangeSize()
          Deprecated. 
 Integer getValueRangeSize()
          Deprecated. 
 void setGroupCount(Integer groupCount)
          Deprecated. 
 void setName(String name)
           
 void setTags(List<String> tags)
           
 void setTimeRangeSize(String timeRangeSize)
          Deprecated. 
 void setValueRangeSize(Integer valueRangeSize)
          Deprecated. 
 GroupBy withGroupCount(int groupCount)
          Deprecated. 
 GroupBy withName(String name)
           
 GroupBy withTags(List<String> tags)
           
 GroupBy withTimeRangeSize(String timeRangeSize)
          Deprecated. 
 GroupBy withValueRangeSize(int valueRangeSize)
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupBy

public GroupBy()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getTags

public List<String> getTags()

setTags

public void setTags(List<String> tags)

getTimeRangeSize

@Deprecated
public String getTimeRangeSize()
Deprecated. 


setTimeRangeSize

@Deprecated
public void setTimeRangeSize(String timeRangeSize)
Deprecated. 


getGroupCount

@Deprecated
public Integer getGroupCount()
Deprecated. 


setGroupCount

@Deprecated
public void setGroupCount(Integer groupCount)
Deprecated. 


getValueRangeSize

@Deprecated
public Integer getValueRangeSize()
Deprecated. 


setValueRangeSize

@Deprecated
public void setValueRangeSize(Integer valueRangeSize)
Deprecated. 


withName

public GroupBy withName(String name)

withTags

public GroupBy withTags(List<String> tags)

withTimeRangeSize

@Deprecated
public GroupBy withTimeRangeSize(String timeRangeSize)
Deprecated. 


withGroupCount

@Deprecated
public GroupBy withGroupCount(int groupCount)
Deprecated. 


withValueRangeSize

@Deprecated
public GroupBy withValueRangeSize(int valueRangeSize)
Deprecated. 



Copyright © 2018. All rights reserved.