Class BulletinEntity

java.lang.Object
org.apache.nifi.api.toolkit.model.BulletinEntity

@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]") public class BulletinEntity extends Object
BulletinEntity
  • Field Details

    • id

      private Long id
    • groupId

      private String groupId
    • sourceId

      private String sourceId
    • timestamp

      private String timestamp
    • nodeAddress

      private String nodeAddress
    • canRead

      private Boolean canRead
    • bulletin

      private BulletinDTO bulletin
  • Constructor Details

    • BulletinEntity

      public BulletinEntity()
  • Method Details

    • id

      public BulletinEntity id(Long id)
    • getId

      public Long getId()
      Get id
      Returns:
      id
    • setId

      public void setId(Long id)
    • groupId

      public BulletinEntity groupId(String groupId)
    • getGroupId

      public String getGroupId()
      Get groupId
      Returns:
      groupId
    • setGroupId

      public void setGroupId(String groupId)
    • sourceId

      public BulletinEntity sourceId(String sourceId)
    • getSourceId

      public String getSourceId()
      Get sourceId
      Returns:
      sourceId
    • setSourceId

      public void setSourceId(String sourceId)
    • timestamp

      public BulletinEntity timestamp(String timestamp)
    • getTimestamp

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

      public void setTimestamp(String timestamp)
    • nodeAddress

      public BulletinEntity nodeAddress(String nodeAddress)
    • getNodeAddress

      public String getNodeAddress()
      Get nodeAddress
      Returns:
      nodeAddress
    • setNodeAddress

      public void setNodeAddress(String nodeAddress)
    • isCanRead

      public Boolean isCanRead()
      Indicates whether the user can read a given resource.
      Returns:
      canRead
    • bulletin

      public BulletinEntity bulletin(BulletinDTO bulletin)
    • getBulletin

      public BulletinDTO getBulletin()
      Get bulletin
      Returns:
      bulletin
    • setBulletin

      public void setBulletin(BulletinDTO bulletin)
    • 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).