public class QuickFilterItem extends java.lang.Object implements JSONCacheable, java.io.Serializable, DeepCloneable
Modifier and Type | Field and Description |
---|---|
protected static Logger |
LOG |
hiddenAttributes$TRANSIENT
Constructor and Description |
---|
QuickFilterItem() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clone this object.
|
boolean |
equals(java.lang.Object object) |
Filter[] |
getFilters()
Get the list of filters.
|
java.util.HashSet |
getHiddenAttributes()
Unused but reserved.
|
java.lang.String |
getName()
Get the display name of this quickFilterItem.
|
int |
hashCode() |
void |
setFilters(Filter[] filters_)
Set the list of filters.
|
void |
setName(java.lang.String name_)
Set the display name of this quickFilterItem.
|
public java.lang.Object clone()
clone
in interface DeepCloneable
clone
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public Filter[] getFilters()
setFilters(com.appiancorp.suiteapi.process.analytics2.Filter[])
public void setFilters(Filter[] filters_)
filters_
- the list of filtersgetFilters()
public java.lang.String getName()
setName(java.lang.String)
public void setName(java.lang.String name_)
name_
- the display name of this quickFilterItemgetName()
public java.util.HashSet getHiddenAttributes()
getHiddenAttributes
in interface JSONable
Copyright © 2003-2023 Appian Corporation. All Rights Reserved.