public class AggregationIntervalSettings
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
AggregationIntervalSettings(IntervalPresetType presetType,
boolean normalizeProcessStart) |
AggregationIntervalSettings(org.joda.time.Period period) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
org.joda.time.Period |
getPeriod() |
IntervalPresetType |
getPresetType() |
int |
hashCode() |
boolean |
isNormalizeProcessStart() |
java.lang.String |
toString() |
public AggregationIntervalSettings(IntervalPresetType presetType, boolean normalizeProcessStart)
public AggregationIntervalSettings(org.joda.time.Period period)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public IntervalPresetType getPresetType()
public boolean isNormalizeProcessStart()
public org.joda.time.Period getPeriod()
public java.lang.String toString()
toString
in class java.lang.Object