@Deprecated public final class FlowRuleBatchEvent extends AbstractEvent<FlowRuleBatchEvent.Type,FlowRuleBatchRequest>
Modifier and Type | Class and Description |
---|---|
static class |
FlowRuleBatchEvent.Type
Deprecated.
Type of flow rule events.
|
Modifier and Type | Method and Description |
---|---|
static FlowRuleBatchEvent |
completed(FlowRuleBatchRequest request,
CompletedBatchOperation result)
Deprecated.
Constructs a new FlowRuleBatchEvent.
|
DeviceId |
deviceId()
Deprecated.
Returns the deviceId for this batch.
|
static FlowRuleBatchEvent |
requested(FlowRuleBatchRequest request,
DeviceId deviceId)
Deprecated.
Constructs a new FlowRuleBatchEvent.
|
CompletedBatchOperation |
result()
Deprecated.
Returns the result of this batch operation.
|
subject, time, toString, type
public static FlowRuleBatchEvent requested(FlowRuleBatchRequest request, DeviceId deviceId)
request
- batch operation requestdeviceId
- the device this batch will be processed onpublic static FlowRuleBatchEvent completed(FlowRuleBatchRequest request, CompletedBatchOperation result)
request
- batch operation request.result
- completed batch operation result.public CompletedBatchOperation result()
public DeviceId deviceId()