public static interface OFFeaturesReply.Builder extends OFMessage.Builder
| Modifier and Type | Method and Description |
|---|---|
OFFeaturesReply |
build() |
Set<OFActionType> |
getActions() |
OFAuxId |
getAuxiliaryId() |
Set<OFCapabilities> |
getCapabilities() |
DatapathId |
getDatapathId() |
long |
getNBuffers() |
short |
getNTables() |
List<OFPortDesc> |
getPorts() |
long |
getReserved() |
OFType |
getType() |
OFVersion |
getVersion() |
long |
getXid() |
OFFeaturesReply.Builder |
setActions(Set<OFActionType> actions) |
OFFeaturesReply.Builder |
setAuxiliaryId(OFAuxId auxiliaryId) |
OFFeaturesReply.Builder |
setCapabilities(Set<OFCapabilities> capabilities) |
OFFeaturesReply.Builder |
setDatapathId(DatapathId datapathId) |
OFFeaturesReply.Builder |
setNBuffers(long nBuffers) |
OFFeaturesReply.Builder |
setNTables(short nTables) |
OFFeaturesReply.Builder |
setPorts(List<OFPortDesc> ports) |
OFFeaturesReply.Builder |
setReserved(long reserved) |
OFFeaturesReply.Builder |
setXid(long xid) |
OFFeaturesReply build()
build in interface OFMessage.BuilderOFVersion getVersion()
getVersion in interface OFMessage.BuilderOFType getType()
getType in interface OFMessage.Builderlong getXid()
getXid in interface OFMessage.BuilderOFFeaturesReply.Builder setXid(long xid)
setXid in interface OFMessage.BuilderDatapathId getDatapathId()
OFFeaturesReply.Builder setDatapathId(DatapathId datapathId)
long getNBuffers()
OFFeaturesReply.Builder setNBuffers(long nBuffers)
short getNTables()
OFFeaturesReply.Builder setNTables(short nTables)
OFAuxId getAuxiliaryId() throws UnsupportedOperationException
UnsupportedOperationExceptionOFFeaturesReply.Builder setAuxiliaryId(OFAuxId auxiliaryId) throws UnsupportedOperationException
UnsupportedOperationExceptionSet<OFCapabilities> getCapabilities()
OFFeaturesReply.Builder setCapabilities(Set<OFCapabilities> capabilities)
long getReserved()
throws UnsupportedOperationException
UnsupportedOperationExceptionOFFeaturesReply.Builder setReserved(long reserved) throws UnsupportedOperationException
UnsupportedOperationExceptionSet<OFActionType> getActions() throws UnsupportedOperationException
UnsupportedOperationExceptionOFFeaturesReply.Builder setActions(Set<OFActionType> actions) throws UnsupportedOperationException
UnsupportedOperationExceptionList<OFPortDesc> getPorts() throws UnsupportedOperationException
UnsupportedOperationExceptionOFFeaturesReply.Builder setPorts(List<OFPortDesc> ports) throws UnsupportedOperationException
UnsupportedOperationExceptionCopyright © 2019. All rights reserved.