Interface FlatBatchAddFlowCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<FlatBatchAddFlowCase>, BatchChoice, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<Batch>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface FlatBatchAddFlowCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<FlatBatchAddFlowCase>, BatchChoice

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

     case flat-batch-add-flow-case {
       list flat-batch-add-flow {
         key batch-order;
         uses batch:batch-order-grouping;
         uses f-batch:batch-flow-input-grouping;
       }
     }
     
    The schema path to identify an instance is sal-flat-batch/process-flat-batch/input/batch/batch-choice/flat-batch-add-flow-case
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        default @NonNull Map<FlatBatchAddFlowKey,​FlatBatchAddFlow> nonnullFlatBatchAddFlow()
        Returns:
        java.util.Map flatBatchAddFlow, or an empty list if it is not present