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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbulletin
(BulletinDTO bulletin) boolean
Get bulletinGet groupIdgetId()
Get idGet nodeAddressGet sourceIdWhen this bulletin was generated.int
hashCode()
Indicates whether the user can read a given resource.nodeAddress
(String nodeAddress) void
setBulletin
(BulletinDTO bulletin) void
setGroupId
(String groupId) void
void
setNodeAddress
(String nodeAddress) void
setSourceId
(String sourceId) 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
-
id
-
groupId
-
sourceId
-
timestamp
-
nodeAddress
-
canRead
-
bulletin
-
-
Constructor Details
-
BulletinEntity
public BulletinEntity()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
groupId
-
getGroupId
Get groupId- Returns:
- groupId
-
setGroupId
-
sourceId
-
getSourceId
Get sourceId- Returns:
- sourceId
-
setSourceId
-
timestamp
-
getTimestamp
When this bulletin was generated.- Returns:
- timestamp
-
setTimestamp
-
nodeAddress
-
getNodeAddress
Get nodeAddress- Returns:
- nodeAddress
-
setNodeAddress
-
isCanRead
Indicates whether the user can read a given resource.- Returns:
- canRead
-
bulletin
-
getBulletin
Get bulletin- Returns:
- bulletin
-
setBulletin
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-