Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.BucketId
Packages that use BucketId
Package
Description
-
Uses of BucketId in org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018 that return BucketIdModifier and TypeMethodDescriptionstatic BucketId
BucketId.getDefaultInstance
(String defaultValue) Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018 with parameters of type BucketId -
Uses of BucketId in org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.group.buckets
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.group.buckets that return BucketIdModifier and TypeMethodDescriptionBucket.getBucketId()
Return bucketId, ornull
if it is not present.BucketBuilder.getBucketId()
Return current value associated with the property corresponding toBucket.getBucketId()
.@NonNull BucketId
BucketKey.getBucketId()
Return bucketId, guaranteed to be non-null.default @NonNull BucketId
Bucket.requireBucketId()
Return bucketId, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.group.buckets with parameters of type BucketIdModifier and TypeMethodDescriptionBucketBuilder.setBucketId
(BucketId value) Set the property corresponding toBucket.getBucketId()
to the specified value.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.group.buckets with parameters of type BucketId -
Uses of BucketId in org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.group.statistics.buckets
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.group.statistics.buckets that return BucketIdModifier and TypeMethodDescriptionBucketCounter.getBucketId()
Return bucketId, ornull
if it is not present.BucketCounterBuilder.getBucketId()
Return current value associated with the property corresponding toBucketCounter.getBucketId()
.@NonNull BucketId
BucketCounterKey.getBucketId()
Return bucketId, guaranteed to be non-null.default @NonNull BucketId
BucketCounter.requireBucketId()
Return bucketId, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.group.statistics.buckets with parameters of type BucketIdModifier and TypeMethodDescriptionBucketCounterBuilder.setBucketId
(BucketId value) Set the property corresponding toBucketCounter.getBucketId()
to the specified value.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.group.statistics.buckets with parameters of type BucketIdModifierConstructorDescriptionBucketCounterKey
(@NonNull BucketId _bucketId) Constructs an instance.