Interface CommitActiveBundleOutput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<CommitActiveBundleOutput>, 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 CommitActiveBundleOutput
    extends org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<CommitActiveBundleOutput>

    This class represents the following YANG schema fragment defined in module arbitrator-reconcile

     output output {
       leaf result {
         type boolean;
       }
     }
     
    The schema path to identify an instance is arbitrator-reconcile/commit-active-bundle/output

    To create instances of this class use CommitActiveBundleOutputBuilder.

    See Also:
    CommitActiveBundleOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<CommitActiveBundleOutput> 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()
        Success/Failure of the commit bundle for the node
        Returns:
        java.lang.Boolean result, or null if not present