public static interface OFPortDesc.Builder
OFPortDesc build()
OFPort getPortNo()
OFPortDesc.Builder setPortNo(OFPort portNo)
MacAddress getHwAddr()
OFPortDesc.Builder setHwAddr(MacAddress hwAddr)
String getName()
OFPortDesc.Builder setName(String name)
Set<OFPortConfig> getConfig()
OFPortDesc.Builder setConfig(Set<OFPortConfig> config)
Set<OFPortState> getState()
OFPortDesc.Builder setState(Set<OFPortState> state)
Set<OFPortFeatures> getCurr() throws UnsupportedOperationException
UnsupportedOperationException
OFPortDesc.Builder setCurr(Set<OFPortFeatures> curr) throws UnsupportedOperationException
UnsupportedOperationException
Set<OFPortFeatures> getAdvertised() throws UnsupportedOperationException
UnsupportedOperationException
OFPortDesc.Builder setAdvertised(Set<OFPortFeatures> advertised) throws UnsupportedOperationException
UnsupportedOperationException
Set<OFPortFeatures> getSupported() throws UnsupportedOperationException
UnsupportedOperationException
OFPortDesc.Builder setSupported(Set<OFPortFeatures> supported) throws UnsupportedOperationException
UnsupportedOperationException
Set<OFPortFeatures> getPeer() throws UnsupportedOperationException
UnsupportedOperationException
OFPortDesc.Builder setPeer(Set<OFPortFeatures> peer) throws UnsupportedOperationException
UnsupportedOperationException
long getCurrSpeed() throws UnsupportedOperationException
UnsupportedOperationException
OFPortDesc.Builder setCurrSpeed(long currSpeed) throws UnsupportedOperationException
UnsupportedOperationException
long getMaxSpeed() throws UnsupportedOperationException
UnsupportedOperationException
OFPortDesc.Builder setMaxSpeed(long maxSpeed) throws UnsupportedOperationException
UnsupportedOperationException
List<OFPortDescProp> getProperties() throws UnsupportedOperationException
UnsupportedOperationException
OFPortDesc.Builder setProperties(List<OFPortDescProp> properties) throws UnsupportedOperationException
UnsupportedOperationException
OFVersion getVersion()
Copyright © 2015. All rights reserved.