public class GroupBy extends Object
| Constructor and Description |
|---|
GroupBy() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getGroupCount() |
String |
getName() |
List<String> |
getTags() |
String |
getTimeRangeSize() |
Integer |
getValueRangeSize() |
void |
setGroupCount(Integer groupCount) |
void |
setName(String name) |
void |
setTags(List<String> tags) |
void |
setTimeRangeSize(String timeRangeSize) |
void |
setValueRangeSize(Integer valueRangeSize) |
GroupBy |
withGroupCount(int groupCount) |
GroupBy |
withName(String name) |
GroupBy |
withTags(List<String> tags) |
GroupBy |
withTimeRangeSize(String timeRangeSize) |
GroupBy |
withValueRangeSize(int valueRangeSize) |
public String getName()
public void setName(String name)
public String getTimeRangeSize()
public void setTimeRangeSize(String timeRangeSize)
public Integer getGroupCount()
public void setGroupCount(Integer groupCount)
public Integer getValueRangeSize()
public void setValueRangeSize(Integer valueRangeSize)
public GroupBy withGroupCount(int groupCount)
public GroupBy withValueRangeSize(int valueRangeSize)
Copyright © 2016. All rights reserved.