public class UserGroupsEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
private Collection<UserGroupEntity> |
userGroups |
| Constructor and Description |
|---|
UserGroupsEntity() |
| Modifier and Type | Method and Description |
|---|---|
Collection<UserGroupEntity> |
getUserGroups()
The collection of UserGroupEntity objects that are being serialized.
|
void |
setUserGroups(Collection<UserGroupEntity> userGroups) |
private Collection<UserGroupEntity> userGroups
public Collection<UserGroupEntity> getUserGroups()
public void setUserGroups(Collection<UserGroupEntity> userGroups)
Copyright © 2023 Apache NiFi Project. All rights reserved.