public class StatusHistoryEntity extends Entity implements ReadablePermission
| Modifier and Type | Field and Description |
|---|---|
private Boolean |
canRead |
private StatusHistoryDTO |
statusHistory |
| Constructor and Description |
|---|
StatusHistoryEntity() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCanRead() |
StatusHistoryDTO |
getStatusHistory()
The StatusHistoryDTO that is being serialized.
|
void |
setCanRead(Boolean canRead) |
void |
setStatusHistory(StatusHistoryDTO statusHistory) |
private StatusHistoryDTO statusHistory
private Boolean canRead
public StatusHistoryDTO getStatusHistory()
public void setStatusHistory(StatusHistoryDTO statusHistory)
public Boolean getCanRead()
getCanRead in interface ReadablePermissionpublic void setCanRead(Boolean canRead)
setCanRead in interface ReadablePermissionCopyright © 2023 Apache NiFi Project. All rights reserved.