public interface RandomDetectGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module ned
grouping random-detect-grouping {
leaf min-threshold {
type uint16;
}
leaf max-threshold {
type uint16;
}
leaf denominator {
type uint32;
}
}
The schema path to identify an instance is
ned/random-detect-grouping| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDenominator() |
Integer |
getMaxThreshold() |
Integer |
getMinThreshold() |
Integer getMinThreshold()
java.lang.Integer minThreshold, or null if not presentInteger getMaxThreshold()
java.lang.Integer maxThreshold, or null if not presentLong getDenominator()
java.lang.Long denominator, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.