Package org.openapitools.client.model
Class HistoricIdentityLinkLogDto
- java.lang.Object
-
- org.openapitools.client.model.HistoricIdentityLinkLogDto
-
public class HistoricIdentityLinkLogDto extends Object
HistoricIdentityLinkLogDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ASSIGNER_IDstatic StringSERIALIZED_NAME_GROUP_IDstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_OPERATION_TYPEstatic StringSERIALIZED_NAME_PROCESS_DEFINITION_IDstatic StringSERIALIZED_NAME_PROCESS_DEFINITION_KEYstatic StringSERIALIZED_NAME_REMOVAL_TIMEstatic StringSERIALIZED_NAME_ROOT_PROCESS_INSTANCE_IDstatic StringSERIALIZED_NAME_TASK_IDstatic StringSERIALIZED_NAME_TENANT_IDstatic StringSERIALIZED_NAME_TIMEstatic StringSERIALIZED_NAME_TYPEstatic StringSERIALIZED_NAME_USER_ID
-
Constructor Summary
Constructors Constructor Description HistoricIdentityLinkLogDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HistoricIdentityLinkLogDtoassignerId(String assignerId)booleanequals(Object o)StringgetAssignerId()The id of the assigner.StringgetGroupId()The id of the group.StringgetId()Id of the Historic identity link entry.StringgetOperationType()Type of operation (add/delete).StringgetProcessDefinitionId()The id of the process definition.StringgetProcessDefinitionKey()The key of the process definition.DategetRemovalTime()The time after which the identity link should be removed by the History Cleanup job.StringgetRootProcessInstanceId()The process instance id of the root process instance that initiated the process containing this identity link.StringgetTaskId()The id of the task.StringgetTenantId()The id of the tenant.DategetTime()The time when the identity link is logged.StringgetType()The type of identity link (candidate/assignee/owner).StringgetUserId()The id of the user/assignee.HistoricIdentityLinkLogDtogroupId(String groupId)inthashCode()HistoricIdentityLinkLogDtoid(String id)HistoricIdentityLinkLogDtooperationType(String operationType)HistoricIdentityLinkLogDtoprocessDefinitionId(String processDefinitionId)HistoricIdentityLinkLogDtoprocessDefinitionKey(String processDefinitionKey)HistoricIdentityLinkLogDtoremovalTime(Date removalTime)HistoricIdentityLinkLogDtorootProcessInstanceId(String rootProcessInstanceId)voidsetAssignerId(String assignerId)voidsetGroupId(String groupId)voidsetId(String id)voidsetOperationType(String operationType)voidsetProcessDefinitionId(String processDefinitionId)voidsetProcessDefinitionKey(String processDefinitionKey)voidsetRemovalTime(Date removalTime)voidsetRootProcessInstanceId(String rootProcessInstanceId)voidsetTaskId(String taskId)voidsetTenantId(String tenantId)voidsetTime(Date time)voidsetType(String type)voidsetUserId(String userId)HistoricIdentityLinkLogDtotaskId(String taskId)HistoricIdentityLinkLogDtotenantId(String tenantId)HistoricIdentityLinkLogDtotime(Date time)StringtoString()HistoricIdentityLinkLogDtotype(String type)HistoricIdentityLinkLogDtouserId(String userId)
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TIME
public static final String SERIALIZED_NAME_TIME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_USER_ID
public static final String SERIALIZED_NAME_USER_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_GROUP_ID
public static final String SERIALIZED_NAME_GROUP_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_ID
public static final String SERIALIZED_NAME_TASK_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_DEFINITION_ID
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_DEFINITION_KEY
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_KEY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_OPERATION_TYPE
public static final String SERIALIZED_NAME_OPERATION_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ASSIGNER_ID
public static final String SERIALIZED_NAME_ASSIGNER_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TENANT_ID
public static final String SERIALIZED_NAME_TENANT_ID
- 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
-
-
Method Detail
-
id
public HistoricIdentityLinkLogDto id(String id)
-
getId
public String getId()
Id of the Historic identity link entry.- Returns:
- id
-
setId
public void setId(String id)
-
time
public HistoricIdentityLinkLogDto time(Date time)
-
getTime
public Date getTime()
The time when the identity link is logged. [Default format](https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.- Returns:
- time
-
setTime
public void setTime(Date time)
-
type
public HistoricIdentityLinkLogDto type(String type)
-
getType
public String getType()
The type of identity link (candidate/assignee/owner).- Returns:
- type
-
setType
public void setType(String type)
-
userId
public HistoricIdentityLinkLogDto userId(String userId)
-
getUserId
public String getUserId()
The id of the user/assignee.- Returns:
- userId
-
setUserId
public void setUserId(String userId)
-
groupId
public HistoricIdentityLinkLogDto groupId(String groupId)
-
getGroupId
public String getGroupId()
The id of the group.- Returns:
- groupId
-
setGroupId
public void setGroupId(String groupId)
-
taskId
public HistoricIdentityLinkLogDto taskId(String taskId)
-
getTaskId
public String getTaskId()
The id of the task.- Returns:
- taskId
-
setTaskId
public void setTaskId(String taskId)
-
processDefinitionId
public HistoricIdentityLinkLogDto processDefinitionId(String processDefinitionId)
-
getProcessDefinitionId
public String getProcessDefinitionId()
The id of the process definition.- Returns:
- processDefinitionId
-
setProcessDefinitionId
public void setProcessDefinitionId(String processDefinitionId)
-
processDefinitionKey
public HistoricIdentityLinkLogDto processDefinitionKey(String processDefinitionKey)
-
getProcessDefinitionKey
public String getProcessDefinitionKey()
The key of the process definition.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
public void setProcessDefinitionKey(String processDefinitionKey)
-
operationType
public HistoricIdentityLinkLogDto operationType(String operationType)
-
getOperationType
public String getOperationType()
Type of operation (add/delete).- Returns:
- operationType
-
setOperationType
public void setOperationType(String operationType)
-
assignerId
public HistoricIdentityLinkLogDto assignerId(String assignerId)
-
getAssignerId
public String getAssignerId()
The id of the assigner.- Returns:
- assignerId
-
setAssignerId
public void setAssignerId(String assignerId)
-
tenantId
public HistoricIdentityLinkLogDto tenantId(String tenantId)
-
getTenantId
public String getTenantId()
The id of the tenant.- Returns:
- tenantId
-
setTenantId
public void setTenantId(String tenantId)
-
removalTime
public HistoricIdentityLinkLogDto removalTime(Date removalTime)
-
getRemovalTime
public Date getRemovalTime()
The time after which the identity link 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 HistoricIdentityLinkLogDto rootProcessInstanceId(String rootProcessInstanceId)
-
getRootProcessInstanceId
public String getRootProcessInstanceId()
The process instance id of the root process instance that initiated the process containing this identity link.- Returns:
- rootProcessInstanceId
-
setRootProcessInstanceId
public void setRootProcessInstanceId(String rootProcessInstanceId)
-
-