Interface ReplyTimeGrouping

  • All Superinterfaces:
    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;
         }
       }
     }
     
    The schema path to identify an instance is pcep-session-statsreply-time-grouping
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends ReplyTimeGrouping> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getReplyTime

        ReplyTime getReplyTime()
        Return replyTime, or null if it is not present.
             
                 Measures time elapsed from request's send to reply's received.
             
         
        Returns:
        ReplyTime replyTime, or null if it is not present.