GroupEntityBuilder |
GroupEntityBuilder.addAllBucketInfoList(java.lang.Iterable<? extends BucketInfo> elements) |
|
GroupEntityBuilder |
GroupEntityBuilder.addBucketInfoList(BucketInfo element) |
|
GroupEntityBuilder |
GroupEntityBuilder.addBucketInfoList(BucketInfo... elements) |
|
GroupEntityBuilder |
GroupEntityBuilder.from(AbstractSwitchEntity instance) |
Fill a builder with attribute values from the provided org.opendaylight.genius.mdsalutil.AbstractSwitchEntity instance.
|
GroupEntityBuilder |
GroupEntityBuilder.from(GroupEntity instance) |
Fill a builder with attribute values from the provided org.opendaylight.genius.mdsalutil.GroupEntity instance.
|
GroupEntityBuilder |
GroupEntityBuilder.setBucketInfoList(java.lang.Iterable<? extends BucketInfo> elements) |
|
GroupEntityBuilder |
GroupEntityBuilder.setDpnId(org.opendaylight.yangtools.yang.common.Uint64 dpnId) |
Initializes the value for the dpnId attribute.
|
GroupEntityBuilder |
GroupEntityBuilder.setGroupId(long groupId) |
Initializes the value for the groupId attribute.
|
GroupEntityBuilder |
GroupEntityBuilder.setGroupName(java.lang.String groupName) |
Initializes the value for the groupName attribute.
|
GroupEntityBuilder |
GroupEntityBuilder.setGroupType(org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.GroupTypes groupType) |
Initializes the value for the groupType attribute.
|