public static interface OFFlowStatsEntry.Builder
OFFlowStatsEntry build()
TableId getTableId()
OFFlowStatsEntry.Builder setTableId(TableId tableId)
long getDurationSec()
OFFlowStatsEntry.Builder setDurationSec(long durationSec)
long getDurationNsec()
OFFlowStatsEntry.Builder setDurationNsec(long durationNsec)
int getPriority()
OFFlowStatsEntry.Builder setPriority(int priority)
int getIdleTimeout()
OFFlowStatsEntry.Builder setIdleTimeout(int idleTimeout)
int getHardTimeout()
OFFlowStatsEntry.Builder setHardTimeout(int hardTimeout)
U64 getCookie()
OFFlowStatsEntry.Builder setCookie(U64 cookie)
U64 getPacketCount()
OFFlowStatsEntry.Builder setPacketCount(U64 packetCount)
U64 getByteCount()
OFFlowStatsEntry.Builder setByteCount(U64 byteCount)
Match getMatch()
OFFlowStatsEntry.Builder setMatch(Match match)
List<OFInstruction> getInstructions() throws UnsupportedOperationException
UnsupportedOperationException
OFFlowStatsEntry.Builder setInstructions(List<OFInstruction> instructions) throws UnsupportedOperationException
UnsupportedOperationException
List<OFAction> getActions() throws UnsupportedOperationException
UnsupportedOperationException
OFFlowStatsEntry.Builder setActions(List<OFAction> actions) throws UnsupportedOperationException
UnsupportedOperationException
Set<OFFlowModFlags> getFlags() throws UnsupportedOperationException
UnsupportedOperationException
OFFlowStatsEntry.Builder setFlags(Set<OFFlowModFlags> flags) throws UnsupportedOperationException
UnsupportedOperationException
int getImportance() throws UnsupportedOperationException
UnsupportedOperationException
OFFlowStatsEntry.Builder setImportance(int importance) throws UnsupportedOperationException
UnsupportedOperationException
OFVersion getVersion()
Copyright © 2015. All rights reserved.