public class FlowRuleOperation extends 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.
|
String |
toString() |
FlowRuleOperation.Type |
type()
Returns the type of operation.
|
public FlowRuleOperation(FlowRule rule, FlowRuleOperation.Type type)
public FlowRuleOperation.Type type()
public FlowRule rule()