Interface ReconcileCounter

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<ReconcileCounter>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<ReconciliationCounter>, Counter, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<ReconcileCounterKey>

    public interface ReconcileCounter
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ReconciliationCounter>, org.opendaylight.yangtools.yang.binding.Augmentable<ReconcileCounter>, Counter, org.opendaylight.yangtools.yang.binding.Identifiable<ReconcileCounterKey>

    This class represents the following YANG schema fragment defined in module reconciliation

     list reconcile-counter {
       key node-id;
       leaf node-id {
         type uint64;
       }
       uses counter;
     }
     
    The schema path to identify an instance is reconciliation/reconciliation-counter/reconcile-counter

    To create instances of this class use ReconcileCounterBuilder.

    See Also:
    ReconcileCounterBuilder, ReconcileCounterKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<ReconcileCounter> implementedInterface()
        Specified by:
        implementedInterface in interface Counter
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getNodeId

        @Nullable org.opendaylight.yangtools.yang.common.Uint64 getNodeId()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint64 nodeId, or null if not present