Interface ReplyTimeGrouping
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
Messages
@Generated("mdsal-binding-generator")
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; } } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn replyTime, ornull
if it is not present.Class<? extends ReplyTimeGrouping>
@NonNull ReplyTime
Return replyTime, or an empty instance if it is not present.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends ReplyTimeGrouping> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
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.
-