public interface ReplyTimeGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module pcep-session-stats
grouping reply-time-grouping {
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| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable ReplyTime |
getReplyTime()
Measures time elapsed from request's send to reply's received.
|
Class<? extends ReplyTimeGrouping> |
implementedInterface() |
Class<? extends ReplyTimeGrouping> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable ReplyTime getReplyTime()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.reply.time.grouping.ReplyTime replyTime, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.