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.BuilderU64 getCookie()
OFFlowMod.Builder setCookie(U64 cookie)
U64 getCookieMask() throws UnsupportedOperationException
UnsupportedOperationExceptionOFFlowMod.Builder setCookieMask(U64 cookieMask) throws UnsupportedOperationException
UnsupportedOperationExceptionTableId getTableId() throws UnsupportedOperationException
UnsupportedOperationExceptionOFFlowMod.Builder setTableId(TableId tableId) throws UnsupportedOperationException
UnsupportedOperationExceptionOFFlowModCommand 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
UnsupportedOperationExceptionOFFlowMod.Builder setOutGroup(OFGroup outGroup) throws UnsupportedOperationException
UnsupportedOperationExceptionSet<OFFlowModFlags> getFlags()
OFFlowMod.Builder setFlags(Set<OFFlowModFlags> flags)
Match getMatch()
OFFlowMod.Builder setMatch(Match match)
List<OFInstruction> getInstructions() throws UnsupportedOperationException
UnsupportedOperationExceptionOFFlowMod.Builder setInstructions(List<OFInstruction> instructions) throws UnsupportedOperationException
UnsupportedOperationExceptionList<OFAction> getActions() throws UnsupportedOperationException
UnsupportedOperationExceptionOFFlowMod.Builder setActions(List<OFAction> actions) throws UnsupportedOperationException
UnsupportedOperationExceptionint getImportance()
throws UnsupportedOperationException
UnsupportedOperationExceptionOFFlowMod.Builder setImportance(int importance) throws UnsupportedOperationException
UnsupportedOperationExceptionCopyright © 2019. All rights reserved.