public class MappingFilter extends Reference
mapping_filter asset type in IGC, displayed as 'Mapping Filter' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
description |
protected List<String> |
name |
protected String |
ruleExpression |
| Constructor and Description |
|---|
MappingFilter() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDescription()
Retrieve the
description property (displayed as 'Description') of the object. |
String |
getRuleExpression()
Retrieve the
rule_expression property (displayed as 'Rule Expression') of the object. |
List<String> |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
void |
setDescription(List<String> description)
Set the
description property (displayed as Description) of the object. |
void |
setRuleExpression(String ruleExpression)
Set the
rule_expression property (displayed as Rule Expression) of the object. |
void |
setTheName(List<String> name)
Set the
name property (displayed as Name) 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 String ruleExpression
public List<String> getDescription()
description property (displayed as 'Description') of the object.List<String>public void setDescription(List<String> description)
description property (displayed as Description) of the object.description - the value to setpublic List<String> getTheName()
name property (displayed as 'Name') of the object.List<String>public void setTheName(List<String> name)
name property (displayed as Name) of the object.name - the value to setpublic String getRuleExpression()
rule_expression property (displayed as 'Rule Expression') of the object.Stringpublic void setRuleExpression(String ruleExpression)
rule_expression property (displayed as Rule Expression) of the object.ruleExpression - the value to setCopyright © 2018–2021 ODPi. All rights reserved.