Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.group.desc.stats.reply.GroupDescStatsBuilder
Packages that use GroupDescStatsBuilder
Package
Description
-
Uses of GroupDescStatsBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.group.desc.stats.reply
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.group.desc.stats.reply that return GroupDescStatsBuilderModifier and TypeMethodDescriptionGroupDescStatsBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<GroupDescStats> augmentation) Add an augmentation to this builder's product.GroupDescStatsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GroupDescStats>> augmentationType) Remove an augmentation from this builder's product.GroupDescStatsBuilder.setBarrier
(Boolean value) Set the property corresponding toGroup.getBarrier()
to the specified value.GroupDescStatsBuilder.setBuckets
(Buckets value) Set the property corresponding toGroup.getBuckets()
to the specified value.GroupDescStatsBuilder.setContainerName
(String value) Set the property corresponding toGroup.getContainerName()
to the specified value.GroupDescStatsBuilder.setGroupId
(GroupId value) Set the property corresponding toGroup.getGroupId()
to the specified value.GroupDescStatsBuilder.setGroupName
(String value) Set the property corresponding toGroup.getGroupName()
to the specified value.GroupDescStatsBuilder.setGroupType
(GroupTypes value) Set the property corresponding toGroup.getGroupType()
to the specified value.GroupDescStatsBuilder.withKey
(GroupDescStatsKey key) Set the key value corresponding toGroupDescStats.key()
to the specified value.