public static interface OFPortStatsPropOptical.Builder extends OFPortStatsProp.Builder
Modifier and Type | Method and Description |
---|---|
OFPortStatsPropOptical |
build() |
int |
getBiasCurrent() |
long |
getFlags() |
long |
getRxFreqLmda() |
long |
getRxGridSpan() |
long |
getRxOffset() |
int |
getRxPwr() |
int |
getTemperature() |
long |
getTxFreqLmda() |
long |
getTxGridSpan() |
long |
getTxOffset() |
int |
getTxPwr() |
int |
getType() |
OFVersion |
getVersion() |
OFPortStatsPropOptical.Builder |
setBiasCurrent(int biasCurrent) |
OFPortStatsPropOptical.Builder |
setFlags(long flags) |
OFPortStatsPropOptical.Builder |
setRxFreqLmda(long rxFreqLmda) |
OFPortStatsPropOptical.Builder |
setRxGridSpan(long rxGridSpan) |
OFPortStatsPropOptical.Builder |
setRxOffset(long rxOffset) |
OFPortStatsPropOptical.Builder |
setRxPwr(int rxPwr) |
OFPortStatsPropOptical.Builder |
setTemperature(int temperature) |
OFPortStatsPropOptical.Builder |
setTxFreqLmda(long txFreqLmda) |
OFPortStatsPropOptical.Builder |
setTxGridSpan(long txGridSpan) |
OFPortStatsPropOptical.Builder |
setTxOffset(long txOffset) |
OFPortStatsPropOptical.Builder |
setTxPwr(int txPwr) |
OFPortStatsPropOptical build()
build
in interface OFPortStatsProp.Builder
int getType()
getType
in interface OFPortStatsProp.Builder
long getFlags()
OFPortStatsPropOptical.Builder setFlags(long flags)
long getTxFreqLmda()
OFPortStatsPropOptical.Builder setTxFreqLmda(long txFreqLmda)
long getTxOffset()
OFPortStatsPropOptical.Builder setTxOffset(long txOffset)
long getTxGridSpan()
OFPortStatsPropOptical.Builder setTxGridSpan(long txGridSpan)
long getRxFreqLmda()
OFPortStatsPropOptical.Builder setRxFreqLmda(long rxFreqLmda)
long getRxOffset()
OFPortStatsPropOptical.Builder setRxOffset(long rxOffset)
long getRxGridSpan()
OFPortStatsPropOptical.Builder setRxGridSpan(long rxGridSpan)
int getTxPwr()
OFPortStatsPropOptical.Builder setTxPwr(int txPwr)
int getRxPwr()
OFPortStatsPropOptical.Builder setRxPwr(int rxPwr)
int getBiasCurrent()
OFPortStatsPropOptical.Builder setBiasCurrent(int biasCurrent)
int getTemperature()
OFPortStatsPropOptical.Builder setTemperature(int temperature)
OFVersion getVersion()
getVersion
in interface OFPortStatsProp.Builder
Copyright © 2015. All rights reserved.