public static interface OFFlowRemoved.Builder extends OFMessage.Builder
| Modifier and Type | Method and Description |
|---|---|
OFFlowRemoved |
build() |
U64 |
getByteCount() |
U64 |
getCookie() |
long |
getDurationNsec() |
long |
getDurationSec() |
int |
getHardTimeout() |
int |
getIdleTimeout() |
Match |
getMatch() |
U64 |
getPacketCount() |
int |
getPriority() |
short |
getReason() |
TableId |
getTableId() |
OFType |
getType() |
OFVersion |
getVersion() |
long |
getXid() |
OFFlowRemoved.Builder |
setByteCount(U64 byteCount) |
OFFlowRemoved.Builder |
setCookie(U64 cookie) |
OFFlowRemoved.Builder |
setDurationNsec(long durationNsec) |
OFFlowRemoved.Builder |
setDurationSec(long durationSec) |
OFFlowRemoved.Builder |
setHardTimeout(int hardTimeout) |
OFFlowRemoved.Builder |
setIdleTimeout(int idleTimeout) |
OFFlowRemoved.Builder |
setMatch(Match match) |
OFFlowRemoved.Builder |
setPacketCount(U64 packetCount) |
OFFlowRemoved.Builder |
setPriority(int priority) |
OFFlowRemoved.Builder |
setReason(short reason) |
OFFlowRemoved.Builder |
setTableId(TableId tableId) |
OFFlowRemoved.Builder |
setXid(long xid) |
OFFlowRemoved build()
build in interface OFMessage.BuilderOFVersion getVersion()
getVersion in interface OFMessage.BuilderOFType getType()
getType in interface OFMessage.Builderlong getXid()
getXid in interface OFMessage.BuilderOFFlowRemoved.Builder setXid(long xid)
setXid in interface OFMessage.BuilderU64 getCookie()
OFFlowRemoved.Builder setCookie(U64 cookie)
int getPriority()
OFFlowRemoved.Builder setPriority(int priority)
short getReason()
OFFlowRemoved.Builder setReason(short reason)
TableId getTableId() throws UnsupportedOperationException
UnsupportedOperationExceptionOFFlowRemoved.Builder setTableId(TableId tableId) throws UnsupportedOperationException
UnsupportedOperationExceptionlong getDurationSec()
OFFlowRemoved.Builder setDurationSec(long durationSec)
long getDurationNsec()
OFFlowRemoved.Builder setDurationNsec(long durationNsec)
int getIdleTimeout()
OFFlowRemoved.Builder setIdleTimeout(int idleTimeout)
int getHardTimeout()
throws UnsupportedOperationException
UnsupportedOperationExceptionOFFlowRemoved.Builder setHardTimeout(int hardTimeout) throws UnsupportedOperationException
UnsupportedOperationExceptionU64 getPacketCount()
OFFlowRemoved.Builder setPacketCount(U64 packetCount)
U64 getByteCount()
OFFlowRemoved.Builder setByteCount(U64 byteCount)
Match getMatch()
OFFlowRemoved.Builder setMatch(Match match)
Copyright © 2016. All rights reserved.