public class BulletinEntity extends Entity implements ReadablePermission
| Modifier and Type | Field and Description |
|---|---|
private BulletinDTO |
bulletin |
private Boolean |
canRead |
private String |
groupId |
private Long |
id |
private String |
nodeAddress |
private String |
sourceId |
private Date |
timestamp |
| Constructor and Description |
|---|
BulletinEntity() |
| Modifier and Type | Method and Description |
|---|---|
BulletinDTO |
getBulletin()
The BulletinDTO that is being serialized.
|
Boolean |
getCanRead() |
String |
getGroupId() |
Long |
getId() |
String |
getNodeAddress() |
String |
getSourceId() |
Date |
getTimestamp() |
void |
setBulletin(BulletinDTO bulletin) |
void |
setCanRead(Boolean canRead) |
void |
setGroupId(String groupId) |
void |
setId(Long id) |
void |
setNodeAddress(String nodeAddress) |
void |
setSourceId(String sourceId) |
void |
setTimestamp(Date timestamp) |
private Long id
private String groupId
private String sourceId
private Date timestamp
private String nodeAddress
private Boolean canRead
private BulletinDTO bulletin
public BulletinDTO getBulletin()
public void setBulletin(BulletinDTO bulletin)
public Long getId()
public void setId(Long id)
public String getGroupId()
public void setGroupId(String groupId)
public String getSourceId()
public void setSourceId(String sourceId)
public Date getTimestamp()
public void setTimestamp(Date timestamp)
public String getNodeAddress()
public void setNodeAddress(String nodeAddress)
public Boolean getCanRead()
getCanRead in interface ReadablePermissionpublic void setCanRead(Boolean canRead)
setCanRead in interface ReadablePermissionCopyright © 2023 Apache NiFi Project. All rights reserved.