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 ReadablePermission
public void setCanRead(Boolean canRead)
setCanRead
in interface ReadablePermission
Copyright © 2020 Apache NiFi Project. All rights reserved.