public class FlowRuleBatchRequest extends Object
| Constructor and Description |
|---|
FlowRuleBatchRequest(long batchId,
Set<FlowRuleBatchEntry> ops) |
| Modifier and Type | Method and Description |
|---|---|
FlowRuleBatchOperation |
asBatchOperation(DeviceId deviceId) |
long |
batchId() |
Set<FlowRuleBatchEntry> |
ops() |
public FlowRuleBatchRequest(long batchId,
Set<FlowRuleBatchEntry> ops)
public Set<FlowRuleBatchEntry> ops()
public FlowRuleBatchOperation asBatchOperation(DeviceId deviceId)
public long batchId()
Copyright © 2015. All rights reserved.