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
UnsupportedOperationExceptionOFFlowStatsEntry.Builder setInstructions(List<OFInstruction> instructions) throws UnsupportedOperationException
UnsupportedOperationExceptionList<OFAction> getActions() throws UnsupportedOperationException
UnsupportedOperationExceptionOFFlowStatsEntry.Builder setActions(List<OFAction> actions) throws UnsupportedOperationException
UnsupportedOperationExceptionSet<OFFlowModFlags> getFlags() throws UnsupportedOperationException
UnsupportedOperationExceptionOFFlowStatsEntry.Builder setFlags(Set<OFFlowModFlags> flags) throws UnsupportedOperationException
UnsupportedOperationExceptionint getImportance()
throws UnsupportedOperationException
UnsupportedOperationExceptionOFFlowStatsEntry.Builder setImportance(int importance) throws UnsupportedOperationException
UnsupportedOperationExceptionOFVersion getVersion()
Copyright © 2016. All rights reserved.