public class FilterOperation extends Reference
filter_operation asset type in IGC, displayed as 'Filter Operation' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected Filter |
filter |
protected Infoset |
infoset |
protected Infoset |
primaryInput |
| Constructor and Description |
|---|
FilterOperation() |
| Modifier and Type | Method and Description |
|---|---|
Filter |
getFilter()
Retrieve the
filter property (displayed as 'Filter') of the object. |
Infoset |
getInfoset()
Retrieve the
infoset property (displayed as 'InfoSet') of the object. |
Infoset |
getPrimaryInput()
Retrieve the
primary_input property (displayed as 'Primary Input') of the object. |
void |
setFilter(Filter filter)
Set the
filter property (displayed as Filter) of the object. |
void |
setInfoset(Infoset infoset)
Set the
infoset property (displayed as InfoSet) of the object. |
void |
setPrimaryInput(Infoset primaryInput)
Set the
primary_input property (displayed as Primary Input) of the object. |
areModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected Filter filter
protected Infoset infoset
protected Infoset primaryInput
public Filter getFilter()
filter property (displayed as 'Filter') of the object.Filterpublic void setFilter(Filter filter)
filter property (displayed as Filter) of the object.filter - the value to setpublic Infoset getInfoset()
infoset property (displayed as 'InfoSet') of the object.Infosetpublic void setInfoset(Infoset infoset)
infoset property (displayed as InfoSet) of the object.infoset - the value to setpublic Infoset getPrimaryInput()
primary_input property (displayed as 'Primary Input') of the object.Infosetpublic void setPrimaryInput(Infoset primaryInput)
primary_input property (displayed as Primary Input) of the object.primaryInput - the value to setCopyright © 2018–2021 ODPi. All rights reserved.