public static interface OFFlowModifyStrict.Builder extends OFFlowMod.Builder
OFFlowModifyStrict 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
OFFlowModifyStrict.Builder setXid(long xid)
setXid
in interface OFFlowMod.Builder
setXid
in interface OFMessage.Builder
U64 getCookie()
getCookie
in interface OFFlowMod.Builder
OFFlowModifyStrict.Builder setCookie(U64 cookie)
setCookie
in interface OFFlowMod.Builder
U64 getCookieMask() throws UnsupportedOperationException
getCookieMask
in interface OFFlowMod.Builder
UnsupportedOperationException
OFFlowModifyStrict.Builder setCookieMask(U64 cookieMask) throws UnsupportedOperationException
setCookieMask
in interface OFFlowMod.Builder
UnsupportedOperationException
TableId getTableId() throws UnsupportedOperationException
getTableId
in interface OFFlowMod.Builder
UnsupportedOperationException
OFFlowModifyStrict.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
OFFlowModifyStrict.Builder setIdleTimeout(int idleTimeout)
setIdleTimeout
in interface OFFlowMod.Builder
int getHardTimeout()
getHardTimeout
in interface OFFlowMod.Builder
OFFlowModifyStrict.Builder setHardTimeout(int hardTimeout)
setHardTimeout
in interface OFFlowMod.Builder
int getPriority()
getPriority
in interface OFFlowMod.Builder
OFFlowModifyStrict.Builder setPriority(int priority)
setPriority
in interface OFFlowMod.Builder
OFBufferId getBufferId()
getBufferId
in interface OFFlowMod.Builder
OFFlowModifyStrict.Builder setBufferId(OFBufferId bufferId)
setBufferId
in interface OFFlowMod.Builder
OFPort getOutPort()
getOutPort
in interface OFFlowMod.Builder
OFFlowModifyStrict.Builder setOutPort(OFPort outPort)
setOutPort
in interface OFFlowMod.Builder
OFGroup getOutGroup() throws UnsupportedOperationException
getOutGroup
in interface OFFlowMod.Builder
UnsupportedOperationException
OFFlowModifyStrict.Builder setOutGroup(OFGroup outGroup) throws UnsupportedOperationException
setOutGroup
in interface OFFlowMod.Builder
UnsupportedOperationException
Set<OFFlowModFlags> getFlags()
getFlags
in interface OFFlowMod.Builder
OFFlowModifyStrict.Builder setFlags(Set<OFFlowModFlags> flags)
setFlags
in interface OFFlowMod.Builder
Match getMatch()
getMatch
in interface OFFlowMod.Builder
OFFlowModifyStrict.Builder setMatch(Match match)
setMatch
in interface OFFlowMod.Builder
List<OFInstruction> getInstructions() throws UnsupportedOperationException
getInstructions
in interface OFFlowMod.Builder
UnsupportedOperationException
OFFlowModifyStrict.Builder setInstructions(List<OFInstruction> instructions) throws UnsupportedOperationException
setInstructions
in interface OFFlowMod.Builder
UnsupportedOperationException
List<OFAction> getActions() throws UnsupportedOperationException
getActions
in interface OFFlowMod.Builder
UnsupportedOperationException
OFFlowModifyStrict.Builder setActions(List<OFAction> actions) throws UnsupportedOperationException
setActions
in interface OFFlowMod.Builder
UnsupportedOperationException
int getImportance() throws UnsupportedOperationException
UnsupportedOperationException
OFFlowModifyStrict.Builder setImportance(int importance) throws UnsupportedOperationException
UnsupportedOperationException
Copyright © 2015. All rights reserved.