Interface StatefulMessagesGrouping

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    StatefulMessagesRpcAug, StatefulMessagesStatsAug

    @Generated("mdsal-binding-generator")
    public interface StatefulMessagesGrouping
    extends org.opendaylight.yangtools.yang.binding.DataObject
    The statistics of sent/received PCEP stateful messages.

    This class represents the following YANG schema fragment defined in module odl-pcep-stateful-stats

     grouping stateful-messages-grouping {
       leaf last-received-rpt-msg-timestamp {
         type uint32;
         default 0;
       }
       leaf received-rpt-msg-count {
         type uint32;
         default 0;
       }
       leaf sent-upd-msg-count {
         type uint32;
         default 0;
       }
       leaf sent-init-msg-count {
         type uint32;
         default 0;
       }
     }
     
    The schema path to identify an instance is odl-pcep-stateful-stats/stateful-messages-grouping
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        org.opendaylight.yangtools.yang.common.Uint32 getLastReceivedRptMsgTimestamp()
        Return lastReceivedRptMsgTimestamp, or null if it is not present.
             
                 The timestamp of last received PCRpt message.
             
         
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 lastReceivedRptMsgTimestamp, or null if it is not present.
      • getReceivedRptMsgCount

        org.opendaylight.yangtools.yang.common.Uint32 getReceivedRptMsgCount()
        Return receivedRptMsgCount, or null if it is not present.
             
                 The number of received PcRpt messages.
             
         
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 receivedRptMsgCount, or null if it is not present.
      • getSentUpdMsgCount

        org.opendaylight.yangtools.yang.common.Uint32 getSentUpdMsgCount()
        Return sentUpdMsgCount, or null if it is not present.
             
                 The number of sent PCUpd messages.
             
         
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 sentUpdMsgCount, or null if it is not present.
      • getSentInitMsgCount

        org.opendaylight.yangtools.yang.common.Uint32 getSentInitMsgCount()
        Return sentInitMsgCount, or null if it is not present.
             
                 The number of sent PCInitiate messages.
             
         
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 sentInitMsgCount, or null if it is not present.