public class VirtualFlowRuleBatchOperation
extends java.lang.Object
| Constructor and Description |
|---|
VirtualFlowRuleBatchOperation(NetworkId networkId,
org.onosproject.net.flow.oldbatch.FlowRuleBatchOperation operation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
NetworkId |
networkId() |
org.onosproject.net.flow.oldbatch.FlowRuleBatchOperation |
operation() |
public VirtualFlowRuleBatchOperation(NetworkId networkId, org.onosproject.net.flow.oldbatch.FlowRuleBatchOperation operation)
public NetworkId networkId()
public org.onosproject.net.flow.oldbatch.FlowRuleBatchOperation operation()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Object