public static interface OFFlowRemoved.Builder extends OFMessage.Builder
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)
OFFlowRemovedReason getReason()
OFFlowRemoved.Builder setReason(OFFlowRemovedReason reason)
TableId getTableId() throws UnsupportedOperationException
UnsupportedOperationException
OFFlowRemoved.Builder setTableId(TableId tableId) throws UnsupportedOperationException
UnsupportedOperationException
long getDurationSec() throws UnsupportedOperationException
UnsupportedOperationException
OFFlowRemoved.Builder setDurationSec(long durationSec) throws UnsupportedOperationException
UnsupportedOperationException
long getDurationNsec() throws UnsupportedOperationException
UnsupportedOperationException
OFFlowRemoved.Builder setDurationNsec(long durationNsec) throws UnsupportedOperationException
UnsupportedOperationException
int getIdleTimeout()
OFFlowRemoved.Builder setIdleTimeout(int idleTimeout)
int getHardTimeout() throws UnsupportedOperationException
UnsupportedOperationException
OFFlowRemoved.Builder setHardTimeout(int hardTimeout) throws UnsupportedOperationException
UnsupportedOperationException
U64 getPacketCount() throws UnsupportedOperationException
UnsupportedOperationException
OFFlowRemoved.Builder setPacketCount(U64 packetCount) throws UnsupportedOperationException
UnsupportedOperationException
U64 getByteCount() throws UnsupportedOperationException
UnsupportedOperationException
OFFlowRemoved.Builder setByteCount(U64 byteCount) throws UnsupportedOperationException
UnsupportedOperationException
Match getMatch()
OFFlowRemoved.Builder setMatch(Match match)
Stat getStats() throws UnsupportedOperationException
UnsupportedOperationException
OFFlowRemoved.Builder setStats(Stat stats) throws UnsupportedOperationException
UnsupportedOperationException
Copyright © 2017. All rights reserved.