Interface ReconcileNodeOutput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<ReconcileNodeOutput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.RpcOutput

    public interface ReconcileNodeOutput
    extends org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<ReconcileNodeOutput>

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

     output output {
       leaf result {
         type boolean;
       }
     }
     
    The schema path to identify an instance is frm-reconciliation/reconcile-node/output

    To create instances of this class use ReconcileNodeOutputBuilder.

    See Also:
    ReconcileNodeOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        Boolean isResult()
        The result of reconciliation, for follow-up
        Returns:
        java.lang.Boolean result, or null if not present