public static interface OFPortStatsPropEthernet.Builder extends OFPortStatsProp.Builder
| Modifier and Type | Method and Description |
|---|---|
OFPortStatsPropEthernet |
build() |
U64 |
getCollisions() |
U64 |
getRxCrcErr() |
U64 |
getRxFrameErr() |
U64 |
getRxOverErr() |
int |
getType() |
OFVersion |
getVersion() |
OFPortStatsPropEthernet.Builder |
setCollisions(U64 collisions) |
OFPortStatsPropEthernet.Builder |
setRxCrcErr(U64 rxCrcErr) |
OFPortStatsPropEthernet.Builder |
setRxFrameErr(U64 rxFrameErr) |
OFPortStatsPropEthernet.Builder |
setRxOverErr(U64 rxOverErr) |
OFPortStatsPropEthernet build()
build in interface OFPortStatsProp.Builderint getType()
getType in interface OFPortStatsProp.BuilderU64 getRxFrameErr()
OFPortStatsPropEthernet.Builder setRxFrameErr(U64 rxFrameErr)
U64 getRxOverErr()
OFPortStatsPropEthernet.Builder setRxOverErr(U64 rxOverErr)
U64 getRxCrcErr()
OFPortStatsPropEthernet.Builder setRxCrcErr(U64 rxCrcErr)
U64 getCollisions()
OFPortStatsPropEthernet.Builder setCollisions(U64 collisions)
OFVersion getVersion()
getVersion in interface OFPortStatsProp.BuilderCopyright © 2016. All rights reserved.