public interface ReplyTime extends org.opendaylight.yangtools.yang.binding.ChildOf<ReplyTimeGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<ReplyTime>
This class represents the following YANG schema fragment defined in module pcep-session-stats
container reply-time {
leaf average-time {
type uint32;
default 0;
}
leaf min-time {
type uint32;
default 0;
}
leaf max-time {
type uint32;
default 0;
}
}
The schema path to identify an instance is
pcep-session-stats/reply-time-grouping/reply-time
To create instances of this class use ReplyTimeBuilder.
ReplyTimeBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Long |
getAverageTime()
Average time (in milliseconds) of gauged values.
|
@Nullable Long |
getMaxTime()
Maximal measured time value (in milliseconds).
|
@Nullable Long |
getMinTime()
Minimal measured time value (in milliseconds).
|
default Class<ReplyTime> |
implementedInterface() |
default Class<ReplyTime> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Long getAverageTime()
java.lang.Long averageTime, or null if not present@Nullable Long getMinTime()
java.lang.Long minTime, or null if not present@Nullable Long getMaxTime()
java.lang.Long maxTime, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.