Interface ReplyTimeGrouping
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.BindingObject,org.opendaylight.yangtools.binding.DataContainer,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
Messages
@Generated("mdsal-binding-generator")
public interface ReplyTimeGrouping
extends org.opendaylight.yangtools.binding.Grouping
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;
}
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn replyTime, ornullif it is not present.@NonNull ReplyTimeReturn replyTime, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getReplyTime
ReplyTime getReplyTime()Return replyTime, ornullif it is not present.Measures time elapsed from request's send to reply's received.- Returns:
ReplyTimereplyTime, ornullif it is not present.
-
nonnullReplyTime
@NonNull ReplyTime nonnullReplyTime()Return replyTime, or an empty instance if it is not present.- Returns:
ReplyTimereplyTime, or an empty instance if it is not present.
-