Interface CancelInstructionOutput

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

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

     output output {
       leaf failure {
         type identityref {
           base cancel-failure;
         }
       }
     }
     
    The schema path to identify an instance is programming/cancel-instruction/output

    To create instances of this class use CancelInstructionOutputBuilder.

    See Also:
    CancelInstructionOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<CancelInstructionOutput> 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
      • getFailure

        @Nullable Class<? extends CancelFailure> getFailure()
        Returns:
        java.lang.Class failure, or null if not present