public class FlowCacheQueryResp
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
hasSent
Set to true if the response has been sent to handler
|
boolean |
moreFlag
Set to true if more flows could be returned for this query in
additional callbacks.
|
java.util.ArrayList<QRFlowCacheObj> |
qrFlowCacheObjList
The flow list.
|
FCQueryObj |
queryObj
query object provided by the caller, returned unchanged.
|
Constructor and Description |
---|
FlowCacheQueryResp(FCQueryObj query)
Instantiates a new big flow cache query response.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public FCQueryObj queryObj
public boolean moreFlag
public boolean hasSent
public java.util.ArrayList<QRFlowCacheObj> qrFlowCacheObjList
public FlowCacheQueryResp(FCQueryObj query)
query
- the flow cache query object as given by the caller of
flow cache submit query API.