Interface NodeReconcileState

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

    public interface NodeReconcileState
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping node-reconcile-state {
       leaf state {
         type enumeration {
           enum IN_PROGRESS;
           enum COMPLETED;
           enum FAILED;
         }
       }
     }
     
    The schema path to identify an instance is reconciliation/node-reconcile-state
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable NodeReconcileState.State getState()
        Current state of the node reconciliation
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflowplugin.app.reconciliation.service.rev180227.NodeReconcileState.State state, or null if not present