Class EventSubscriptionDto
java.lang.Object
org.camunda.community.rest.client.dto.EventSubscriptionDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class EventSubscriptionDto
extends Object
EventSubscriptionDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityId(String activityId) createdDate(OffsetDateTime createdDate) booleanexecutionId(String executionId) The identifier of the activity that this event subscription belongs to.org.openapitools.jackson.nullable.JsonNullable<String>The time this event subscription was created.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>The name of the event this subscription belongs to as defined in the process model.org.openapitools.jackson.nullable.JsonNullable<String>The type of the event subscription.org.openapitools.jackson.nullable.JsonNullable<String>The execution that is subscribed on the referenced event.org.openapitools.jackson.nullable.JsonNullable<String>getId()The id of the event subscription.org.openapitools.jackson.nullable.JsonNullable<String>The process instance this subscription belongs to.org.openapitools.jackson.nullable.JsonNullable<String>The id of the tenant this event subscription belongs to.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()processInstanceId(String processInstanceId) voidsetActivityId(String activityId) voidsetActivityId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> activityId) voidsetCreatedDate(OffsetDateTime createdDate) voidsetCreatedDate_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> createdDate) voidsetEventName(String eventName) voidsetEventName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> eventName) voidsetEventType(String eventType) voidsetEventType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> eventType) voidsetExecutionId(String executionId) voidsetExecutionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> executionId) voidvoidsetId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id) voidsetProcessInstanceId(String processInstanceId) voidsetProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceId) voidsetTenantId(String tenantId) voidsetTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_EVENT_TYPE
- See Also:
-
JSON_PROPERTY_EVENT_NAME
- See Also:
-
JSON_PROPERTY_EXECUTION_ID
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_ID
- See Also:
-
JSON_PROPERTY_ACTIVITY_ID
- See Also:
-
JSON_PROPERTY_CREATED_DATE
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
-
Constructor Details
-
EventSubscriptionDto
public EventSubscriptionDto()
-
-
Method Details
-
id
-
getId
The id of the event subscription.- Returns:
- id
-
getId_JsonNullable
-
setId_JsonNullable
-
setId
-
eventType
-
getEventType
The type of the event subscription.- Returns:
- eventType
-
getEventType_JsonNullable
-
setEventType_JsonNullable
public void setEventType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> eventType) -
setEventType
-
eventName
-
getEventName
The name of the event this subscription belongs to as defined in the process model.- Returns:
- eventName
-
getEventName_JsonNullable
-
setEventName_JsonNullable
public void setEventName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> eventName) -
setEventName
-
executionId
-
getExecutionId
The execution that is subscribed on the referenced event.- Returns:
- executionId
-
getExecutionId_JsonNullable
-
setExecutionId_JsonNullable
public void setExecutionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> executionId) -
setExecutionId
-
processInstanceId
-
getProcessInstanceId
The process instance this subscription belongs to.- Returns:
- processInstanceId
-
getProcessInstanceId_JsonNullable
-
setProcessInstanceId_JsonNullable
public void setProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceId) -
setProcessInstanceId
-
activityId
-
getActivityId
The identifier of the activity that this event subscription belongs to. This could for example be the id of a receive task.- Returns:
- activityId
-
getActivityId_JsonNullable
-
setActivityId_JsonNullable
public void setActivityId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> activityId) -
setActivityId
-
createdDate
-
getCreatedDate
The time this event subscription was created.- Returns:
- createdDate
-
getCreatedDate_JsonNullable
-
setCreatedDate_JsonNullable
public void setCreatedDate_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> createdDate) -
setCreatedDate
-
tenantId
-
getTenantId
The id of the tenant this event subscription belongs to. Can be `null` if the subscription belongs to no single tenant.- Returns:
- tenantId
-
getTenantId_JsonNullable
-
setTenantId_JsonNullable
public void setTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId) -
setTenantId
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-