Interface BatchFailure

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<BatchFailure>, BatchOrderGrouping, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<ProcessFlatBatchOutput>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<BatchFailureKey>

    public interface BatchFailure
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ProcessFlatBatchOutput>, org.opendaylight.yangtools.yang.binding.Augmentable<BatchFailure>, BatchOrderGrouping, org.opendaylight.yangtools.yang.binding.Identifiable<BatchFailureKey>

    This class represents the following YANG schema fragment defined in module sal-flat-batch

     list batch-failure {
       key batch-order;
       uses batch:batch-order-grouping;
       choice batch-item-id-choice;
     }
     
    The schema path to identify an instance is sal-flat-batch/process-flat-batch/output/batch-failure

    To create instances of this class use BatchFailureBuilder.

    See Also:
    BatchFailureBuilder, BatchFailureKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        BatchItemIdChoice getBatchItemIdChoice()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321.process.flat.batch.output.batch.failure.BatchItemIdChoice batchItemIdChoice, or null if not present