public static interface OFMeterConfig.Builder
Modifier and Type | Method and Description |
---|---|
OFMeterConfig |
build() |
List<OFMeterBand> |
getEntries() |
int |
getFlags() |
long |
getMeterId() |
OFVersion |
getVersion() |
OFMeterConfig.Builder |
setEntries(List<OFMeterBand> entries) |
OFMeterConfig.Builder |
setFlags(int flags) |
OFMeterConfig.Builder |
setMeterId(long meterId) |
OFMeterConfig build()
int getFlags()
OFMeterConfig.Builder setFlags(int flags)
long getMeterId()
OFMeterConfig.Builder setMeterId(long meterId)
List<OFMeterBand> getEntries()
OFMeterConfig.Builder setEntries(List<OFMeterBand> entries)
OFVersion getVersion()
Copyright © 2015. All rights reserved.