Class GroupingBucket


  • @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2023-12-06T11:25:47.362934Z[Etc/UTC]")
    public class GroupingBucket
    extends java.lang.Object
    Defines the group by bucket components/schemas for time series requests.
    • Constructor Detail

      • GroupingBucket

        public GroupingBucket()
    • Method Detail

      • getType

        @NotNull
        @Valid
        public @NotNull @Valid GroupingBucketType getType()
        Get type
        Returns:
        type
      • getKey

        @NotNull
        public @NotNull java.lang.String getKey()
        Key that specifies the column name to be used as the timestamp field for bucketing.
        Returns:
        key
      • setKey

        public void setKey​(java.lang.String key)
      • getTimeWindowSize

        @Valid
        public @Valid TimeWindowSize getTimeWindowSize()
        Get timeWindowSize
        Returns:
        timeWindowSize
      • setTimeWindowSize

        public void setTimeWindowSize​(TimeWindowSize timeWindowSize)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object