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, ornull
if it is not present.@NonNull ReplyTime
Return 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, ornull
if it is not present.Measures time elapsed from request's send to reply's received.
- Returns:
ReplyTime
replyTime, ornull
if it is not present.
-
nonnullReplyTime
@NonNull ReplyTime nonnullReplyTime()Return replyTime, or an empty instance if it is not present.- Returns:
ReplyTime
replyTime, or an empty instance if it is not present.
-