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.Builder
int getType()
getType
in interface OFPortStatsProp.Builder
U64 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.Builder
Copyright © 2015. All rights reserved.