public class Processor extends Object
| Constructor and Description |
|---|
Processor() |
| Modifier and Type | Method and Description |
|---|---|
List<ProcessorAction> |
getActions() |
String |
getDescription() |
Direction |
getDirection() |
String |
getFaultFilter() |
NodeType |
getNodeType() |
String |
getOperation() |
Expression |
getPredicate() |
String |
getUriFilter() |
void |
setActions(List<ProcessorAction> actions) |
void |
setDescription(String description) |
void |
setDirection(Direction direction) |
void |
setFaultFilter(String faultFilter) |
void |
setNodeType(NodeType nodeType) |
void |
setOperation(String operation) |
void |
setPredicate(Expression predicate) |
void |
setUriFilter(String uriFilter) |
String |
toString() |
public String getDescription()
public void setDescription(String description)
description - the description to setpublic NodeType getNodeType()
public void setNodeType(NodeType nodeType)
nodeType - the nodeType to setpublic Direction getDirection()
public void setDirection(Direction direction)
direction - the direction to setpublic String getUriFilter()
public void setUriFilter(String uriFilter)
uriFilter - the uriFilter to setpublic String getOperation()
public void setOperation(String operation)
operation - the operation to setpublic String getFaultFilter()
public void setFaultFilter(String faultFilter)
faultFilter - the faultFilter to setpublic Expression getPredicate()
public void setPredicate(Expression predicate)
predicate - the predicate to setpublic List<ProcessorAction> getActions()
public void setActions(List<ProcessorAction> actions)
actions - the actions to setCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.