Interface ProcessFlatBatchOutput

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

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

     output output {
       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

    To create instances of this class use ProcessFlatBatchOutputBuilder.

    See Also:
    ProcessFlatBatchOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<ProcessFlatBatchOutput> 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
      • nonnullBatchFailure

        default @NonNull Map<BatchFailureKey,​BatchFailure> nonnullBatchFailure()
        Returns:
        java.util.Map batchFailure, or an empty list if it is not present