public class Processor extends Object
| Constructor and Description |
|---|
Processor() |
| Modifier and Type | Method and Description |
|---|---|
List<ProcessorAction> |
getActions() |
String |
getFaultFilter() |
NodeType |
getNodeType() |
String |
getOperation() |
String |
getUriFilter() |
boolean |
isRequest() |
void |
setActions(List<ProcessorAction> actions) |
void |
setFaultFilter(String faultFilter) |
void |
setNodeType(NodeType nodeType) |
void |
setOperation(String operation) |
void |
setRequest(boolean request) |
void |
setUriFilter(String uriFilter) |
String |
toString() |
public NodeType getNodeType()
public void setNodeType(NodeType nodeType)
nodeType - the nodeType to setpublic boolean isRequest()
public void setRequest(boolean request)
request - the request 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 List<ProcessorAction> getActions()
public void setActions(List<ProcessorAction> actions)
actions - the actions to setCopyright © 2015 Red Hat, Inc.. All rights reserved.