java.lang.Object
org.apache.nifi.reporting.Bulletin
- All Implemented Interfaces:
Comparable<Bulletin>
A Bulletin is a construct that represents a message that is to be displayed
to users to notify of a specific (usually fleeting) event.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintlonggetId()getLevel()voidsetCategory(String category) voidsetFlowFileUuid(String flowFileUuid) voidsetGroupId(String groupId) voidsetGroupName(String groupName) voidsetGroupPath(String groupPath) voidvoidsetMessage(String message) voidsetNodeAddress(String nodeAddress) voidsetSourceId(String sourceId) voidsetSourceName(String sourceName) voidsetSourceType(ComponentType sourceType) toString()
-
Constructor Details
-
Bulletin
protected Bulletin(long id)
-
-
Method Details
-
getNodeAddress
-
setNodeAddress
-
getCategory
-
setCategory
-
getId
public long getId() -
getLevel
-
setLevel
-
getMessage
-
setMessage
-
getTimestamp
-
getGroupId
-
setGroupId
-
getGroupName
-
setGroupName
-
getGroupPath
-
setGroupPath
-
getSourceId
-
setSourceId
-
getSourceName
-
setSourceName
-
getSourceType
-
setSourceType
-
getFlowFileUuid
-
setFlowFileUuid
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<Bulletin>
-