public class GroupBy extends Object
| Constructor and Description |
|---|
GroupBy() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getName()
public void setName(String name)
@Deprecated public String getTimeRangeSize()
@Deprecated public void setTimeRangeSize(String timeRangeSize)
@Deprecated public Integer getGroupCount()
@Deprecated public void setGroupCount(Integer groupCount)
@Deprecated public Integer getValueRangeSize()
@Deprecated public void setValueRangeSize(Integer valueRangeSize)
@Deprecated public GroupBy withTimeRangeSize(String timeRangeSize)
@Deprecated public GroupBy withGroupCount(int groupCount)
@Deprecated public GroupBy withValueRangeSize(int valueRangeSize)
Copyright © 2024. All rights reserved.