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.Builder
OFVersion getVersion()
getVersion
in interface OFMessage.Builder
OFType getType()
getType
in interface OFMessage.Builder
long getXid()
getXid
in interface OFMessage.Builder
OFFlowRemoved.Builder setXid(long xid)
setXid
in interface OFMessage.Builder
U64 getCookie()
OFFlowRemoved.Builder setCookie(U64 cookie)
int getPriority()
OFFlowRemoved.Builder setPriority(int priority)
short getReason()
OFFlowRemoved.Builder setReason(short reason)
TableId getTableId() throws UnsupportedOperationException
UnsupportedOperationException
OFFlowRemoved.Builder setTableId(TableId tableId) throws UnsupportedOperationException
UnsupportedOperationException
long getDurationSec()
OFFlowRemoved.Builder setDurationSec(long durationSec)
long getDurationNsec()
OFFlowRemoved.Builder setDurationNsec(long durationNsec)
int getIdleTimeout()
OFFlowRemoved.Builder setIdleTimeout(int idleTimeout)
int getHardTimeout() throws UnsupportedOperationException
UnsupportedOperationException
OFFlowRemoved.Builder setHardTimeout(int hardTimeout) throws UnsupportedOperationException
UnsupportedOperationException
U64 getPacketCount()
OFFlowRemoved.Builder setPacketCount(U64 packetCount)
U64 getByteCount()
OFFlowRemoved.Builder setByteCount(U64 byteCount)
Match getMatch()
OFFlowRemoved.Builder setMatch(Match match)
Copyright © 2015. All rights reserved.