public static interface OFPortStatsEntry.Builder
OFPortStatsEntry build()
OFPort getPortNo()
OFPortStatsEntry.Builder setPortNo(OFPort portNo)
U64 getRxPackets()
OFPortStatsEntry.Builder setRxPackets(U64 rxPackets)
U64 getTxPackets()
OFPortStatsEntry.Builder setTxPackets(U64 txPackets)
U64 getRxBytes()
OFPortStatsEntry.Builder setRxBytes(U64 rxBytes)
U64 getTxBytes()
OFPortStatsEntry.Builder setTxBytes(U64 txBytes)
U64 getRxDropped()
OFPortStatsEntry.Builder setRxDropped(U64 rxDropped)
U64 getTxDropped()
OFPortStatsEntry.Builder setTxDropped(U64 txDropped)
U64 getRxErrors()
OFPortStatsEntry.Builder setRxErrors(U64 rxErrors)
U64 getTxErrors()
OFPortStatsEntry.Builder setTxErrors(U64 txErrors)
U64 getRxFrameErr()
OFPortStatsEntry.Builder setRxFrameErr(U64 rxFrameErr)
U64 getRxOverErr()
OFPortStatsEntry.Builder setRxOverErr(U64 rxOverErr)
U64 getRxCrcErr()
OFPortStatsEntry.Builder setRxCrcErr(U64 rxCrcErr)
U64 getCollisions()
OFPortStatsEntry.Builder setCollisions(U64 collisions)
long getDurationSec() throws UnsupportedOperationException
UnsupportedOperationException
OFPortStatsEntry.Builder setDurationSec(long durationSec) throws UnsupportedOperationException
UnsupportedOperationException
long getDurationNsec() throws UnsupportedOperationException
UnsupportedOperationException
OFPortStatsEntry.Builder setDurationNsec(long durationNsec) throws UnsupportedOperationException
UnsupportedOperationException
OFVersion getVersion()
Copyright © 2014. All rights reserved.