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 Details

    • id

      private Long id
    • nodeAddress

      private String nodeAddress
    • category

      private String category
    • groupId

      private String groupId
    • sourceId

      private String sourceId
    • sourceName

      private String sourceName
    • level

      private String level
    • message

      private String message
    • timestamp

      private String timestamp
  • Constructor Details

    • BulletinDTO

      public BulletinDTO()
  • Method Details

    • id

      public BulletinDTO id(Long id)
    • getId

      public Long getId()
      The id of the bulletin.
      Returns:
      id
    • setId

      public void setId(Long id)
    • nodeAddress

      public BulletinDTO nodeAddress(String nodeAddress)
    • getNodeAddress

      public String getNodeAddress()
      If clustered, the address of the node from which the bulletin originated.
      Returns:
      nodeAddress
    • setNodeAddress

      public void setNodeAddress(String nodeAddress)
    • category

      public BulletinDTO category(String category)
    • getCategory

      public String getCategory()
      The category of this bulletin.
      Returns:
      category
    • setCategory

      public void setCategory(String category)
    • groupId

      public BulletinDTO groupId(String groupId)
    • getGroupId

      public String getGroupId()
      The group id of the source component.
      Returns:
      groupId
    • setGroupId

      public void setGroupId(String groupId)
    • sourceId

      public BulletinDTO sourceId(String sourceId)
    • getSourceId

      public String getSourceId()
      The id of the source component.
      Returns:
      sourceId
    • setSourceId

      public void setSourceId(String sourceId)
    • sourceName

      public BulletinDTO sourceName(String sourceName)
    • getSourceName

      public String getSourceName()
      The name of the source component.
      Returns:
      sourceName
    • setSourceName

      public void setSourceName(String sourceName)
    • level

      public BulletinDTO level(String level)
    • getLevel

      public String getLevel()
      The level of the bulletin.
      Returns:
      level
    • setLevel

      public void setLevel(String level)
    • message

      public BulletinDTO message(String message)
    • getMessage

      public String getMessage()
      The bulletin message.
      Returns:
      message
    • setMessage

      public void setMessage(String message)
    • timestamp

      public BulletinDTO timestamp(String timestamp)
    • getTimestamp

      public String getTimestamp()
      When this bulletin was generated.
      Returns:
      timestamp
    • setTimestamp

      public void setTimestamp(String timestamp)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toIndentedString

      private String toIndentedString(Object o)
      Convert the given object to string with each line indented by 4 spaces (except the first line).