Package org.bonitasoft.web.client.model
Class ArchivedProcessInstanceComment
java.lang.Object
org.bonitasoft.web.client.model.ArchivedProcessInstanceComment
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class ArchivedProcessInstanceComment
extends Object
implements Serializable
ArchivedProcessInstanceComment
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarchivedDate(String archivedDate) booleanthe date set when the process instance comment was archivedthe comment contentgetId()the comment idthe comment creation datethe process instance (case) the comment is associated tothe user that created the commentinthashCode()processInstanceId(String processInstanceId) voidsetArchivedDate(String archivedDate) voidsetContent(String content) voidvoidsetPostDate(String postDate) voidsetProcessInstanceId(String processInstanceId) voidtoString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_CONTENT
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_ID
- See Also:
-
JSON_PROPERTY_POST_DATE
- See Also:
-
JSON_PROPERTY_USER_ID
- See Also:
-
JSON_PROPERTY_ARCHIVED_DATE
- See Also:
-
-
Constructor Details
-
ArchivedProcessInstanceComment
public ArchivedProcessInstanceComment()
-
-
Method Details
-
id
-
getId
the comment id- Returns:
- id
-
setId
-
content
-
getContent
the comment content- Returns:
- content
-
setContent
-
processInstanceId
-
getProcessInstanceId
the process instance (case) the comment is associated to- Returns:
- processInstanceId
-
setProcessInstanceId
-
postDate
-
getPostDate
the comment creation date- Returns:
- postDate
-
setPostDate
-
userId
-
getUserId
the user that created the comment- Returns:
- userId
-
setUserId
-
archivedDate
-
getArchivedDate
the date set when the process instance comment was archived- Returns:
- archivedDate
-
setArchivedDate
-
equals
-
hashCode
public int hashCode() -
toString
-