Package org.bonitasoft.web.client.model
Class ProcessInstanceComment
java.lang.Object
org.bonitasoft.web.client.model.ProcessInstanceComment
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class ProcessInstanceComment
extends Object
implements Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanthe comment contentgetId()the comment idthe comment creation datethe process instance (case) the comment is associated tothe user that created the commentinthashCode()processInstanceId(String processInstanceId) 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:
-
-
Constructor Details
-
ProcessInstanceComment
public ProcessInstanceComment()
-
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-