public static interface OFFlowMod.Builder extends OFMessage.Builder
OFFlowMod build()
build in interface OFMessage.BuilderOFVersion getVersion()
getVersion in interface OFMessage.BuilderOFType getType()
getType in interface OFMessage.Builderlong getXid()
getXid in interface OFMessage.BuilderOFFlowMod.Builder setXid(long xid)
setXid in interface OFMessage.BuilderMatch getMatch()
OFFlowMod.Builder setMatch(Match match)
U64 getCookie()
OFFlowMod.Builder setCookie(U64 cookie)
OFFlowModCommand getCommand()
int getIdleTimeout()
OFFlowMod.Builder setIdleTimeout(int idleTimeout)
int getHardTimeout()
OFFlowMod.Builder setHardTimeout(int hardTimeout)
int getPriority()
OFFlowMod.Builder setPriority(int priority)
OFBufferId getBufferId()
OFFlowMod.Builder setBufferId(OFBufferId bufferId)
OFPort getOutPort()
OFFlowMod.Builder setOutPort(OFPort outPort)
Set<OFFlowModFlags> getFlags()
OFFlowMod.Builder setFlags(Set<OFFlowModFlags> flags)
List<OFAction> getActions() throws UnsupportedOperationException
UnsupportedOperationExceptionOFFlowMod.Builder setActions(List<OFAction> actions) throws UnsupportedOperationException
UnsupportedOperationExceptionU64 getCookieMask() throws UnsupportedOperationException
UnsupportedOperationExceptionOFFlowMod.Builder setCookieMask(U64 cookieMask) throws UnsupportedOperationException
UnsupportedOperationExceptionTableId getTableId() throws UnsupportedOperationException
UnsupportedOperationExceptionOFFlowMod.Builder setTableId(TableId tableId) throws UnsupportedOperationException
UnsupportedOperationExceptionOFGroup getOutGroup() throws UnsupportedOperationException
UnsupportedOperationExceptionOFFlowMod.Builder setOutGroup(OFGroup outGroup) throws UnsupportedOperationException
UnsupportedOperationExceptionList<OFInstruction> getInstructions() throws UnsupportedOperationException
UnsupportedOperationExceptionOFFlowMod.Builder setInstructions(List<OFInstruction> instructions) throws UnsupportedOperationException
UnsupportedOperationExceptionint getImportance()
throws UnsupportedOperationException
UnsupportedOperationExceptionOFFlowMod.Builder setImportance(int importance) throws UnsupportedOperationException
UnsupportedOperationExceptionCopyright © 2021. All rights reserved.