public static interface OFAsyncGetRequest.Builder extends OFMessage.Builder
| Modifier and Type | Method and Description |
|---|---|
OFAsyncGetRequest |
build() |
List<OFAsyncConfigProp> |
getProperties() |
OFType |
getType() |
OFVersion |
getVersion() |
long |
getXid() |
OFAsyncGetRequest.Builder |
setProperties(List<OFAsyncConfigProp> properties) |
OFAsyncGetRequest.Builder |
setXid(long xid) |
OFAsyncGetRequest build()
build in interface OFMessage.BuilderOFVersion getVersion()
getVersion in interface OFMessage.BuilderOFType getType()
getType in interface OFMessage.Builderlong getXid()
getXid in interface OFMessage.BuilderOFAsyncGetRequest.Builder setXid(long xid)
setXid in interface OFMessage.BuilderList<OFAsyncConfigProp> getProperties() throws UnsupportedOperationException
UnsupportedOperationExceptionOFAsyncGetRequest.Builder setProperties(List<OFAsyncConfigProp> properties) throws UnsupportedOperationException
UnsupportedOperationExceptionCopyright © 2020. All rights reserved.