Class CommentDto
java.lang.Object
org.camunda.community.rest.client.dto.CommentDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class CommentDto
extends Object
CommentDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLinksItem(AtomLink linksItem) booleangetId()The id of the task comment.org.openapitools.jackson.nullable.JsonNullable<String>getLinks()The links associated to this resource, with `method`, `href` and `rel`.The content of the comment.org.openapitools.jackson.nullable.JsonNullable<String>The id of the process instance the comment is related to.org.openapitools.jackson.nullable.JsonNullable<String>The time after which the comment should be removed by the History Cleanup job.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>The process instance id of the root process instance that initiated the process containing the task.org.openapitools.jackson.nullable.JsonNullable<String>The id of the task to which the comment belongs.org.openapitools.jackson.nullable.JsonNullable<String>getTime()The time when the comment was created.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>The id of the user who created the comment.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()processInstanceId(String processInstanceId) removalTime(OffsetDateTime removalTime) rootProcessInstanceId(String rootProcessInstanceId) voidvoidsetId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id) voidvoidsetLinks_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<AtomLink>> links) voidsetMessage(String message) voidsetMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> message) voidsetProcessInstanceId(String processInstanceId) voidsetProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceId) voidsetRemovalTime(OffsetDateTime removalTime) voidsetRemovalTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> removalTime) voidsetRootProcessInstanceId(String rootProcessInstanceId) voidsetRootProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> rootProcessInstanceId) voidvoidsetTaskId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> taskId) voidsetTime(OffsetDateTime time) voidsetTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> time) voidvoidsetUserId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> userId) time(OffsetDateTime time) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_LINKS
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_USER_ID
- See Also:
-
JSON_PROPERTY_TASK_ID
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_ID
- See Also:
-
JSON_PROPERTY_TIME
- See Also:
-
JSON_PROPERTY_MESSAGE
- See Also:
-
JSON_PROPERTY_REMOVAL_TIME
- See Also:
-
JSON_PROPERTY_ROOT_PROCESS_INSTANCE_ID
- See Also:
-
-
Constructor Details
-
CommentDto
public CommentDto()
-
-
Method Details
-
links
-
addLinksItem
-
getLinks
The links associated to this resource, with `method`, `href` and `rel`.- Returns:
- links
-
getLinks_JsonNullable
-
setLinks_JsonNullable
-
setLinks
-
id
-
getId
The id of the task comment.- Returns:
- id
-
getId_JsonNullable
-
setId_JsonNullable
-
setId
-
userId
-
getUserId
The id of the user who created the comment.- Returns:
- userId
-
getUserId_JsonNullable
-
setUserId_JsonNullable
-
setUserId
-
taskId
-
getTaskId
The id of the task to which the comment belongs.- Returns:
- taskId
-
getTaskId_JsonNullable
-
setTaskId_JsonNullable
-
setTaskId
-
processInstanceId
-
getProcessInstanceId
The id of the process instance the comment is related to.- Returns:
- processInstanceId
-
getProcessInstanceId_JsonNullable
-
setProcessInstanceId_JsonNullable
public void setProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceId) -
setProcessInstanceId
-
time
-
getTime
The time when the comment was created. [Default format]($(docsUrl)/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.- Returns:
- time
-
getTime_JsonNullable
-
setTime_JsonNullable
public void setTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> time) -
setTime
-
message
-
getMessage
The content of the comment.- Returns:
- message
-
getMessage_JsonNullable
-
setMessage_JsonNullable
-
setMessage
-
removalTime
-
getRemovalTime
The time after which the comment should be removed by the History Cleanup job. [Default format]($(docsUrl)/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.- Returns:
- removalTime
-
getRemovalTime_JsonNullable
-
setRemovalTime_JsonNullable
public void setRemovalTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> removalTime) -
setRemovalTime
-
rootProcessInstanceId
-
getRootProcessInstanceId
The process instance id of the root process instance that initiated the process containing the task.- Returns:
- rootProcessInstanceId
-
getRootProcessInstanceId_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getRootProcessInstanceId_JsonNullable() -
setRootProcessInstanceId_JsonNullable
public void setRootProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> rootProcessInstanceId) -
setRootProcessInstanceId
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-