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

    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
    • 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()
        Measures time elapsed from request's send to reply's received.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.reply.time.grouping.ReplyTime replyTime, or null if not present