public class UsersEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
private Date |
generated |
private Collection<UserEntity> |
users |
| Constructor and Description |
|---|
UsersEntity() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getGenerated() |
Collection<UserEntity> |
getUsers()
The collection of UserEntity objects that are being serialized.
|
void |
setGenerated(Date generated) |
void |
setUsers(Collection<UserEntity> users) |
private Date generated
private Collection<UserEntity> users
public Collection<UserEntity> getUsers()
public void setUsers(Collection<UserEntity> users)
public Date getGenerated()
public void setGenerated(Date generated)
Copyright © 2023 Apache NiFi Project. All rights reserved.