@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class AttachmentDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CREATE_TIME |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_LINKS |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_REMOVAL_TIME |
static String |
SERIALIZED_NAME_ROOT_PROCESS_INSTANCE_ID |
static String |
SERIALIZED_NAME_TASK_ID |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_URL |
Constructor and Description |
---|
AttachmentDto() |
Modifier and Type | Method and Description |
---|---|
AttachmentDto |
addLinksItem(AtomLink linksItem) |
AttachmentDto |
createTime(Date createTime) |
AttachmentDto |
description(String description) |
boolean |
equals(Object o) |
Date |
getCreateTime()
The time the variable was inserted.
|
String |
getDescription()
The description of the task attachment.
|
String |
getId()
The id of the task attachment.
|
List<AtomLink> |
getLinks()
The links associated to this resource, with `method`, `href` and `rel`.
|
String |
getName()
The name of the task attachment.
|
Date |
getRemovalTime()
The time after which the attachment should be removed by the History Cleanup job.
|
String |
getRootProcessInstanceId()
The process instance id of the root process instance that initiated the process containing the task.
|
String |
getTaskId()
The id of the task to which the attachment belongs.
|
String |
getType()
Indication of the type of content that this attachment refers to.
|
String |
getUrl()
The url to the remote content of the task attachment.
|
int |
hashCode() |
AttachmentDto |
id(String id) |
AttachmentDto |
links(List<AtomLink> links) |
AttachmentDto |
name(String name) |
AttachmentDto |
removalTime(Date removalTime) |
AttachmentDto |
rootProcessInstanceId(String rootProcessInstanceId) |
void |
setCreateTime(Date createTime) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setLinks(List<AtomLink> links) |
void |
setName(String name) |
void |
setRemovalTime(Date removalTime) |
void |
setRootProcessInstanceId(String rootProcessInstanceId) |
void |
setTaskId(String taskId) |
void |
setType(String type) |
void |
setUrl(String url) |
AttachmentDto |
taskId(String taskId) |
String |
toString() |
AttachmentDto |
type(String type) |
AttachmentDto |
url(String url) |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_TASK_ID
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_URL
public static final String SERIALIZED_NAME_CREATE_TIME
public static final String SERIALIZED_NAME_REMOVAL_TIME
public static final String SERIALIZED_NAME_ROOT_PROCESS_INSTANCE_ID
public static final String SERIALIZED_NAME_LINKS
public AttachmentDto id(String id)
public void setId(String id)
public AttachmentDto name(String name)
public void setName(String name)
public AttachmentDto description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public AttachmentDto taskId(String taskId)
@Nullable public String getTaskId()
public void setTaskId(String taskId)
public AttachmentDto type(String type)
@Nullable public String getType()
public void setType(String type)
public AttachmentDto url(String url)
@Nullable public String getUrl()
public void setUrl(String url)
public AttachmentDto createTime(Date createTime)
@Nullable public Date getCreateTime()
public void setCreateTime(Date createTime)
public AttachmentDto removalTime(Date removalTime)
@Nullable public Date getRemovalTime()
public void setRemovalTime(Date removalTime)
public AttachmentDto rootProcessInstanceId(String rootProcessInstanceId)
@Nullable public String getRootProcessInstanceId()
public void setRootProcessInstanceId(String rootProcessInstanceId)
public AttachmentDto links(List<AtomLink> links)
public AttachmentDto addLinksItem(AtomLink linksItem)
@Nullable public List<AtomLink> getLinks()
Copyright © 2022. All rights reserved.