Interface BucketsGrouping

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    GroupDesc, GroupMod, GroupModCaseData, GroupModInput

    @Generated("mdsal-binding-generator")
    public interface BucketsGrouping
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module openflow-protocol

     grouping buckets-grouping {
       list buckets-list {
         uses bucket-grouping;
       }
     }
     
    The schema path to identify an instance is openflow-protocol/buckets-grouping
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable List<BucketsList> getBucketsList()
        Return bucketsList, or null if it is not present.
        Returns:
        java.util.List bucketsList, or null if it is not present.
      • nonnullBucketsList

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