public class TimeSeriesLengthRestriction
extends java.lang.Object
| Constructor and Description |
|---|
TimeSeriesLengthRestriction() |
| Modifier and Type | Method and Description |
|---|---|
long |
getMaxAge()
Gets the max duration.
|
int |
getMaxNumberOfStates()
Gets the max number of states.
|
void |
setMaxDuration(long maxDuration)
Sets the max duration.
|
void |
setMaxNumberOfStates(int maxNumberOfStates)
Sets the max number of states.
|
public long getMaxAge()
public void setMaxDuration(long maxDuration)
maxDuration - the new max durationpublic int getMaxNumberOfStates()
public void setMaxNumberOfStates(int maxNumberOfStates)
maxNumberOfStates - the new max number of states