public static interface OFFlowMod.Builder extends OFMessage.Builder
OFFlowMod 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
OFFlowMod.Builder setXid(long xid)
setXid
in interface OFMessage.Builder
U64 getCookie()
OFFlowMod.Builder setCookie(U64 cookie)
U64 getCookieMask() throws UnsupportedOperationException
UnsupportedOperationException
OFFlowMod.Builder setCookieMask(U64 cookieMask) throws UnsupportedOperationException
UnsupportedOperationException
TableId getTableId() throws UnsupportedOperationException
UnsupportedOperationException
OFFlowMod.Builder setTableId(TableId tableId) throws UnsupportedOperationException
UnsupportedOperationException
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)
OFGroup getOutGroup() throws UnsupportedOperationException
UnsupportedOperationException
OFFlowMod.Builder setOutGroup(OFGroup outGroup) throws UnsupportedOperationException
UnsupportedOperationException
Set<OFFlowModFlags> getFlags()
OFFlowMod.Builder setFlags(Set<OFFlowModFlags> flags)
Match getMatch()
OFFlowMod.Builder setMatch(Match match)
List<OFInstruction> getInstructions() throws UnsupportedOperationException
UnsupportedOperationException
OFFlowMod.Builder setInstructions(List<OFInstruction> instructions) throws UnsupportedOperationException
UnsupportedOperationException
List<OFAction> getActions() throws UnsupportedOperationException
UnsupportedOperationException
OFFlowMod.Builder setActions(List<OFAction> actions) throws UnsupportedOperationException
UnsupportedOperationException
Copyright © 2015. All rights reserved.