public static interface OFOplinkChannelPower.Builder
| Modifier and Type | Method and Description |
|---|---|
OFOplinkChannelPower |
build() |
int |
getChannel() |
int |
getInPort() |
int |
getOutPort() |
int |
getPowerValue() |
OFVersion |
getVersion() |
OFOplinkChannelPower.Builder |
setChannel(int channel) |
OFOplinkChannelPower.Builder |
setInPort(int inPort) |
OFOplinkChannelPower.Builder |
setOutPort(int outPort) |
OFOplinkChannelPower.Builder |
setPowerValue(int powerValue) |
OFOplinkChannelPower build()
int getInPort()
OFOplinkChannelPower.Builder setInPort(int inPort)
int getOutPort()
OFOplinkChannelPower.Builder setOutPort(int outPort)
int getChannel()
OFOplinkChannelPower.Builder setChannel(int channel)
int getPowerValue()
OFOplinkChannelPower.Builder setPowerValue(int powerValue)
OFVersion getVersion()
Copyright © 2017. All rights reserved.