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.Builder
OFVersion getVersion()
getVersion
in interface OFMessage.Builder
OFType getType()
getType
in interface OFMessage.Builder
long getXid()
getXid
in interface OFMessage.Builder
OFFeaturesReply.Builder setXid(long xid)
setXid
in interface OFMessage.Builder
DatapathId getDatapathId()
OFFeaturesReply.Builder setDatapathId(DatapathId datapathId)
long getNBuffers()
OFFeaturesReply.Builder setNBuffers(long nBuffers)
short getNTables()
OFFeaturesReply.Builder setNTables(short nTables)
Set<OFCapabilities> getCapabilities()
OFFeaturesReply.Builder setCapabilities(Set<OFCapabilities> capabilities)
long getReserved() throws UnsupportedOperationException
UnsupportedOperationException
OFFeaturesReply.Builder setReserved(long reserved) throws UnsupportedOperationException
UnsupportedOperationException
List<OFPortDesc> getPorts() throws UnsupportedOperationException
UnsupportedOperationException
OFFeaturesReply.Builder setPorts(List<OFPortDesc> ports) throws UnsupportedOperationException
UnsupportedOperationException
Set<OFActionType> getActions() throws UnsupportedOperationException
UnsupportedOperationException
OFFeaturesReply.Builder setActions(Set<OFActionType> actions) throws UnsupportedOperationException
UnsupportedOperationException
OFAuxId getAuxiliaryId() throws UnsupportedOperationException
UnsupportedOperationException
OFFeaturesReply.Builder setAuxiliaryId(OFAuxId auxiliaryId) throws UnsupportedOperationException
UnsupportedOperationException
Copyright © 2015. All rights reserved.