Interface BulkFlowListGrouping

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    AddFlowsRpcInput, RemoveFlowsRpcInput

    @Generated("mdsal-binding-generator")
    public interface BulkFlowListGrouping
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Suitable for rpc way

    This class represents the following YANG schema fragment defined in module sal-bulk-flow

     grouping bulk-flow-list-grouping {
       list bulk-flow-item {
         uses bulk-flow-base-content-grouping;
       }
     }
     
    The schema path to identify an instance is sal-bulk-flow/bulk-flow-list-grouping
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends BulkFlowListGrouping> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getBulkFlowItem

        @Nullable List<BulkFlowItem> getBulkFlowItem()
        Return bulkFlowItem, or null if it is not present.
        Returns:
        java.util.List bulkFlowItem, or null if it is not present.
      • nonnullBulkFlowItem

        default @NonNull List<BulkFlowItem> nonnullBulkFlowItem()
        Return bulkFlowItem, or an empty list if it is not present.
        Returns:
        java.util.List bulkFlowItem, or an empty list if it is not present.