Class NodeEventDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.NodeEventDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class NodeEventDTO
extends Object
NodeEventDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The category of the node event.The message in the node event.The timestamp of the node event.int
hashCode()
void
setCategory
(String category) void
setMessage
(String message) void
setTimestamp
(String timestamp) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
timestamp
-
category
-
message
-
-
Constructor Details
-
NodeEventDTO
public NodeEventDTO()
-
-
Method Details
-
timestamp
-
getTimestamp
The timestamp of the node event.- Returns:
- timestamp
-
setTimestamp
-
category
-
getCategory
The category of the node event.- Returns:
- category
-
setCategory
-
message
-
getMessage
The message in the node event.- Returns:
- message
-
setMessage
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-