public class ActionEntity extends Entity implements ReadablePermission
| Modifier and Type | Field and Description |
|---|---|
private ActionDTO |
action |
private Boolean |
canRead |
private Integer |
id |
private String |
sourceId |
private Date |
timestamp |
| Constructor and Description |
|---|
ActionEntity() |
| Modifier and Type | Method and Description |
|---|---|
ActionDTO |
getAction()
The ActionDTO that is being serialized.
|
Boolean |
getCanRead() |
Integer |
getId() |
String |
getSourceId() |
Date |
getTimestamp() |
void |
setAction(ActionDTO action) |
void |
setCanRead(Boolean canRead) |
void |
setId(Integer id) |
void |
setSourceId(String sourceId) |
void |
setTimestamp(Date timestamp) |
private Integer id
private Date timestamp
private String sourceId
private Boolean canRead
private ActionDTO action
public ActionDTO getAction()
public void setAction(ActionDTO action)
public Integer getId()
public void setId(Integer id)
public Date getTimestamp()
public void setTimestamp(Date timestamp)
public String getSourceId()
public void setSourceId(String sourceId)
public Boolean getCanRead()
getCanRead in interface ReadablePermissionpublic void setCanRead(Boolean canRead)
setCanRead in interface ReadablePermissionCopyright © 2023 Apache NiFi Project. All rights reserved.