public class FlowRuleOperation
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FlowRuleOperation.Type
Type of flow table operations.
|
| Constructor and Description |
|---|
FlowRuleOperation(FlowRule rule,
FlowRuleOperation.Type type) |
| Modifier and Type | Method and Description |
|---|---|
FlowRule |
rule()
Returns the flow rule.
|
java.lang.String |
toString() |
FlowRuleOperation.Type |
type()
Returns the type of operation.
|
public FlowRuleOperation(FlowRule rule, FlowRuleOperation.Type type)
public FlowRuleOperation.Type type()
public FlowRule rule()
public java.lang.String toString()
toString in class java.lang.Object