Class WindowAggregationProperties
- java.lang.Object
-
- cern.nxcals.api.custom.service.aggregation.WindowAggregationProperties
-
public final class WindowAggregationProperties extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WindowAggregationProperties.WindowAggregationPropertiesBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static WindowAggregationProperties.WindowAggregationPropertiesBuilder
builder()
boolean
equals(java.lang.Object o)
java.lang.String
getAggregationField()
@NonNull AggregationFunction
getFunction()
@NonNull java.util.Set<cern.nxcals.api.custom.domain.FundamentalFilter>
getFundamentalFilters()
long
getIntervalMillis()
long
getIntervalSeconds()
Deprecated.please usegetIntervalMillis()
instead@NonNull TimeWindow
getTimeWindow()
int
hashCode()
java.lang.String
toString()
-
-
-
Method Detail
-
getIntervalSeconds
@Deprecated public long getIntervalSeconds()
Deprecated.please usegetIntervalMillis()
instead
-
getIntervalMillis
public long getIntervalMillis()
-
builder
public static WindowAggregationProperties.WindowAggregationPropertiesBuilder builder()
-
getTimeWindow
@NonNull public @NonNull TimeWindow getTimeWindow()
-
getFunction
@NonNull public @NonNull AggregationFunction getFunction()
-
getAggregationField
public java.lang.String getAggregationField()
-
getFundamentalFilters
@NonNull public @NonNull java.util.Set<cern.nxcals.api.custom.domain.FundamentalFilter> getFundamentalFilters()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-