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