Package org.openapitools.client.model
Class AttachmentDto
- java.lang.Object
-
- org.openapitools.client.model.AttachmentDto
-
public class AttachmentDto extends Object
AttachmentDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CREATE_TIMEstatic StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_LINKSstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_REMOVAL_TIMEstatic StringSERIALIZED_NAME_ROOT_PROCESS_INSTANCE_IDstatic StringSERIALIZED_NAME_TASK_IDstatic StringSERIALIZED_NAME_TYPEstatic StringSERIALIZED_NAME_URL
-
Constructor Summary
Constructors Constructor Description AttachmentDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachmentDtoaddLinksItem(AtomLink linksItem)AttachmentDtocreateTime(Date createTime)AttachmentDtodescription(String description)booleanequals(Object o)DategetCreateTime()The time the variable was inserted.StringgetDescription()The description of the task attachment.StringgetId()The id of the task attachment.List<AtomLink>getLinks()The links associated to this resource, with `method`, `href` and `rel`.StringgetName()The name of the task attachment.DategetRemovalTime()The time after which the attachment should be removed by the History Cleanup job.StringgetRootProcessInstanceId()The process instance id of the root process instance that initiated the process containing the task.StringgetTaskId()The id of the task to which the attachment belongs.StringgetType()Indication of the type of content that this attachment refers to.StringgetUrl()The url to the remote content of the task attachment.inthashCode()AttachmentDtoid(String id)AttachmentDtolinks(List<AtomLink> links)AttachmentDtoname(String name)AttachmentDtoremovalTime(Date removalTime)AttachmentDtorootProcessInstanceId(String rootProcessInstanceId)voidsetCreateTime(Date createTime)voidsetDescription(String description)voidsetId(String id)voidsetLinks(List<AtomLink> links)voidsetName(String name)voidsetRemovalTime(Date removalTime)voidsetRootProcessInstanceId(String rootProcessInstanceId)voidsetTaskId(String taskId)voidsetType(String type)voidsetUrl(String url)AttachmentDtotaskId(String taskId)StringtoString()AttachmentDtotype(String type)AttachmentDtourl(String url)
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_ID
public static final String SERIALIZED_NAME_TASK_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_URL
public static final String SERIALIZED_NAME_URL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATE_TIME
public static final String SERIALIZED_NAME_CREATE_TIME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REMOVAL_TIME
public static final String SERIALIZED_NAME_REMOVAL_TIME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ROOT_PROCESS_INSTANCE_ID
public static final String SERIALIZED_NAME_ROOT_PROCESS_INSTANCE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LINKS
public static final String SERIALIZED_NAME_LINKS
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public AttachmentDto id(String id)
-
getId
public String getId()
The id of the task attachment.- Returns:
- id
-
setId
public void setId(String id)
-
name
public AttachmentDto name(String name)
-
getName
public String getName()
The name of the task attachment.- Returns:
- name
-
setName
public void setName(String name)
-
description
public AttachmentDto description(String description)
-
getDescription
public String getDescription()
The description of the task attachment.- Returns:
- description
-
setDescription
public void setDescription(String description)
-
taskId
public AttachmentDto taskId(String taskId)
-
getTaskId
public String getTaskId()
The id of the task to which the attachment belongs.- Returns:
- taskId
-
setTaskId
public void setTaskId(String taskId)
-
type
public AttachmentDto type(String type)
-
getType
public String getType()
Indication of the type of content that this attachment refers to. Can be MIME type or any other indication.- Returns:
- type
-
setType
public void setType(String type)
-
url
public AttachmentDto url(String url)
-
getUrl
public String getUrl()
The url to the remote content of the task attachment.- Returns:
- url
-
setUrl
public void setUrl(String url)
-
createTime
public AttachmentDto createTime(Date createTime)
-
getCreateTime
public Date getCreateTime()
The time the variable was inserted. [Default format](https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.- Returns:
- createTime
-
setCreateTime
public void setCreateTime(Date createTime)
-
removalTime
public AttachmentDto removalTime(Date removalTime)
-
getRemovalTime
public Date getRemovalTime()
The time after which the attachment should be removed by the History Cleanup job. [Default format](https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.- Returns:
- removalTime
-
setRemovalTime
public void setRemovalTime(Date removalTime)
-
rootProcessInstanceId
public AttachmentDto rootProcessInstanceId(String rootProcessInstanceId)
-
getRootProcessInstanceId
public String getRootProcessInstanceId()
The process instance id of the root process instance that initiated the process containing the task.- Returns:
- rootProcessInstanceId
-
setRootProcessInstanceId
public void setRootProcessInstanceId(String rootProcessInstanceId)
-
links
public AttachmentDto links(List<AtomLink> links)
-
addLinksItem
public AttachmentDto addLinksItem(AtomLink linksItem)
-
getLinks
public List<AtomLink> getLinks()
The links associated to this resource, with `method`, `href` and `rel`.- Returns:
- links
-
-