Class FlowRuleBatchRequest
- java.lang.Object
- 
- org.onosproject.net.flow.oldbatch.FlowRuleBatchRequest
 
- 
 @Deprecated public class FlowRuleBatchRequest extends java.lang.ObjectDeprecated.
- 
- 
Constructor SummaryConstructors Constructor Description FlowRuleBatchRequest(long batchId, java.util.Set<FlowRuleBatchEntry> ops)Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description FlowRuleBatchOperationasBatchOperation(DeviceId deviceId)Deprecated.longbatchId()Deprecated.java.util.Set<FlowRuleBatchEntry>ops()Deprecated.
 
- 
- 
- 
Constructor Detail- 
FlowRuleBatchRequestpublic FlowRuleBatchRequest(long batchId, java.util.Set<FlowRuleBatchEntry> ops)Deprecated.
 
- 
 - 
Method Detail- 
opspublic java.util.Set<FlowRuleBatchEntry> ops() Deprecated.
 - 
asBatchOperationpublic FlowRuleBatchOperation asBatchOperation(DeviceId deviceId) Deprecated.
 - 
batchIdpublic long batchId() Deprecated.
 
- 
 
-