public class BulletinDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
category |
private String |
groupId |
private Long |
id |
private String |
level |
private String |
message |
private String |
nodeAddress |
private String |
sourceId |
private String |
sourceName |
private Date |
timestamp |
| Constructor and Description |
|---|
BulletinDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getGroupId() |
Long |
getId() |
String |
getLevel() |
String |
getMessage() |
String |
getNodeAddress() |
String |
getSourceId() |
String |
getSourceName() |
Date |
getTimestamp() |
void |
setCategory(String category) |
void |
setGroupId(String groupId) |
void |
setId(Long id) |
void |
setLevel(String level) |
void |
setMessage(String message) |
void |
setNodeAddress(String nodeAddress) |
void |
setSourceId(String sourceId) |
void |
setSourceName(String sourceName) |
void |
setTimestamp(Date timestamp) |
private Long id
private String nodeAddress
private String category
private String groupId
private String sourceId
private String sourceName
private String level
private String message
private Date timestamp
public Long getId()
public void setId(Long id)
public String getNodeAddress()
public void setNodeAddress(String nodeAddress)
public String getGroupId()
public void setGroupId(String groupId)
public String getCategory()
public void setCategory(String category)
public String getMessage()
public void setMessage(String message)
public String getSourceId()
public void setSourceId(String sourceId)
public String getSourceName()
public void setSourceName(String sourceName)
public String getLevel()
public void setLevel(String level)
public Date getTimestamp()
public void setTimestamp(Date timestamp)
Copyright © 2023 Apache NiFi Project. All rights reserved.