Interface Batch

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Batch>, BatchOrderGrouping, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<ProcessFlatBatchInput>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<BatchKey>

    public interface Batch
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ProcessFlatBatchInput>, org.opendaylight.yangtools.yang.binding.Augmentable<Batch>, BatchOrderGrouping, org.opendaylight.yangtools.yang.binding.Identifiable<BatchKey>

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

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

    To create instances of this class use BatchBuilder.

    See Also:
    BatchBuilder, BatchKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Batch> 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
      • getBatchChoice

        @Nullable BatchChoice getBatchChoice()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321.process.flat.batch.input.batch.BatchChoice batchChoice, or null if not present
      • key

        BatchKey key()
        Specified by:
        key in interface org.opendaylight.yangtools.yang.binding.Identifiable<BatchKey>