Interface ReconciliationState

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<ReconciliationState>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<ReconciliationData>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface ReconciliationState
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ReconciliationData>, org.opendaylight.yangtools.yang.binding.Augmentable<ReconciliationState>
    Reconciliation state for the given openflow nodes

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

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

    To create instances of this class use ReconciliationStateBuilder.

    See Also:
    ReconciliationStateBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable List<ReconciliationStateList> getReconciliationStateList()
        Returns:
        java.util.List reconciliationStateList, or null if not present
      • nonnullReconciliationStateList

        default @NonNull List<ReconciliationStateList> nonnullReconciliationStateList()
        Returns:
        java.util.List reconciliationStateList, or an empty list if it is not present