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