public class HistoryDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private Collection<ActionEntity> |
actions |
private Date |
lastRefreshed |
private Integer |
total |
| Constructor and Description |
|---|
HistoryDTO() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ActionEntity> |
getActions() |
Date |
getLastRefreshed() |
Integer |
getTotal() |
void |
setActions(Collection<ActionEntity> actions) |
void |
setLastRefreshed(Date lastRefreshed) |
void |
setTotal(Integer total) |
private Integer total
private Date lastRefreshed
private Collection<ActionEntity> actions
public Integer getTotal()
public void setTotal(Integer total)
public Date getLastRefreshed()
public void setLastRefreshed(Date lastRefreshed)
public Collection<ActionEntity> getActions()
public void setActions(Collection<ActionEntity> actions)
Copyright © 2023 Apache NiFi Project. All rights reserved.