@Validated
@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
date="2022-09-21T05:34:26.783Z[Etc/UTC]")
public class GroupingBucket
extends java.lang.Object
| Constructor and Description |
|---|
GroupingBucket() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
@NotNull java.lang.String |
getKey()
Key that specifies the column name to be used as the timestamp field for bucketing.
|
@Valid TimeWindowSize |
getTimeWindowSize()
Get timeWindowSize
|
@NotNull @Valid GroupingBucketType |
getType()
Get type
|
int |
hashCode() |
GroupingBucket |
key(java.lang.String key) |
void |
setKey(java.lang.String key) |
void |
setTimeWindowSize(TimeWindowSize timeWindowSize) |
void |
setType(GroupingBucketType type) |
GroupingBucket |
timeWindowSize(TimeWindowSize timeWindowSize) |
java.lang.String |
toString() |
GroupingBucket |
type(GroupingBucketType type) |
public GroupingBucket type(GroupingBucketType type)
@NotNull @Valid public @NotNull @Valid GroupingBucketType getType()
public void setType(GroupingBucketType type)
public GroupingBucket key(java.lang.String key)
@NotNull public @NotNull java.lang.String getKey()
public void setKey(java.lang.String key)
public GroupingBucket timeWindowSize(TimeWindowSize timeWindowSize)
@Valid public @Valid TimeWindowSize getTimeWindowSize()
public void setTimeWindowSize(TimeWindowSize timeWindowSize)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object