public class LastNDaysFilter extends BaseFilter implements DeepCloneable
Modifier and Type | Field and Description |
---|---|
static int |
TYPE
This constant tells the backend what kind of filter this is.
|
LOG
Constructor and Description |
---|
LastNDaysFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object)
Is this Filter equal to another object?
|
double |
getDayCount()
Retrieve the number of days to be used in this filter.
|
int |
getFilterType()
Retrieve the type of this filter.
|
int |
hashCode()
Hash code.
|
void |
setDayCount(double dayCount_)
Sets the number of days to be used in this filter.
|
clone, getApply, setApply
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
clone
public static final int TYPE
public boolean equals(java.lang.Object object)
equals
in class BaseFilter
public int hashCode()
hashCode
in class BaseFilter
public int getFilterType()
getFilterType
in interface Filter
getFilterType
in class BaseFilter
public double getDayCount()
setDayCount(double)
public void setDayCount(double dayCount_)
dayCount_
- The number of days to be used in this filter.getDayCount()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.