Class BulletinDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.BulletinDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class BulletinDTO
extends Object
BulletinDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The category of this bulletin.The group id of the source component.getId()
The id of the bulletin.getLevel()
The level of the bulletin.The bulletin message.If clustered, the address of the node from which the bulletin originated.The id of the source component.The name of the source component.When this bulletin was generated.int
hashCode()
nodeAddress
(String nodeAddress) void
setCategory
(String category) void
setGroupId
(String groupId) void
void
void
setMessage
(String message) void
setNodeAddress
(String nodeAddress) void
setSourceId
(String sourceId) void
setSourceName
(String sourceName) void
setTimestamp
(String timestamp) sourceName
(String sourceName) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
id
-
nodeAddress
-
category
-
groupId
-
sourceId
-
sourceName
-
level
-
message
-
timestamp
-
-
Constructor Details
-
BulletinDTO
public BulletinDTO()
-
-
Method Details
-
id
-
getId
The id of the bulletin.- Returns:
- id
-
setId
-
nodeAddress
-
getNodeAddress
If clustered, the address of the node from which the bulletin originated.- Returns:
- nodeAddress
-
setNodeAddress
-
category
-
getCategory
The category of this bulletin.- Returns:
- category
-
setCategory
-
groupId
-
getGroupId
The group id of the source component.- Returns:
- groupId
-
setGroupId
-
sourceId
-
getSourceId
The id of the source component.- Returns:
- sourceId
-
setSourceId
-
sourceName
-
getSourceName
The name of the source component.- Returns:
- sourceName
-
setSourceName
-
level
-
getLevel
The level of the bulletin.- Returns:
- level
-
setLevel
-
message
-
getMessage
The bulletin message.- Returns:
- message
-
setMessage
-
timestamp
-
getTimestamp
When this bulletin was generated.- Returns:
- timestamp
-
setTimestamp
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-