Package org.openapitools.client.model
Class EventSubscriptionDto
- java.lang.Object
-
- org.openapitools.client.model.EventSubscriptionDto
-
public class EventSubscriptionDto extends Object
EventSubscriptionDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ACTIVITY_IDstatic StringSERIALIZED_NAME_CREATED_DATEstatic StringSERIALIZED_NAME_EVENT_NAMEstatic StringSERIALIZED_NAME_EVENT_TYPEstatic StringSERIALIZED_NAME_EXECUTION_IDstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_PROCESS_INSTANCE_IDstatic StringSERIALIZED_NAME_TENANT_ID
-
Constructor Summary
Constructors Constructor Description EventSubscriptionDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventSubscriptionDtoactivityId(String activityId)EventSubscriptionDtocreatedDate(Date createdDate)booleanequals(Object o)EventSubscriptionDtoeventName(String eventName)EventSubscriptionDtoeventType(String eventType)EventSubscriptionDtoexecutionId(String executionId)StringgetActivityId()The identifier of the activity that this event subscription belongs to.DategetCreatedDate()The time this event subscription was created.StringgetEventName()The name of the event this subscription belongs to as defined in the process model.StringgetEventType()The type of the event subscription.StringgetExecutionId()The execution that is subscribed on the referenced event.StringgetId()The id of the event subscription.StringgetProcessInstanceId()The process instance this subscription belongs to.StringgetTenantId()The id of the tenant this event subscription belongs to.inthashCode()EventSubscriptionDtoid(String id)EventSubscriptionDtoprocessInstanceId(String processInstanceId)voidsetActivityId(String activityId)voidsetCreatedDate(Date createdDate)voidsetEventName(String eventName)voidsetEventType(String eventType)voidsetExecutionId(String executionId)voidsetId(String id)voidsetProcessInstanceId(String processInstanceId)voidsetTenantId(String tenantId)EventSubscriptionDtotenantId(String tenantId)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EVENT_TYPE
public static final String SERIALIZED_NAME_EVENT_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EVENT_NAME
public static final String SERIALIZED_NAME_EVENT_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EXECUTION_ID
public static final String SERIALIZED_NAME_EXECUTION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_INSTANCE_ID
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ACTIVITY_ID
public static final String SERIALIZED_NAME_ACTIVITY_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATED_DATE
public static final String SERIALIZED_NAME_CREATED_DATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TENANT_ID
public static final String SERIALIZED_NAME_TENANT_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public EventSubscriptionDto id(String id)
-
getId
public String getId()
The id of the event subscription.- Returns:
- id
-
setId
public void setId(String id)
-
eventType
public EventSubscriptionDto eventType(String eventType)
-
getEventType
public String getEventType()
The type of the event subscription.- Returns:
- eventType
-
setEventType
public void setEventType(String eventType)
-
eventName
public EventSubscriptionDto eventName(String eventName)
-
getEventName
public String getEventName()
The name of the event this subscription belongs to as defined in the process model.- Returns:
- eventName
-
setEventName
public void setEventName(String eventName)
-
executionId
public EventSubscriptionDto executionId(String executionId)
-
getExecutionId
public String getExecutionId()
The execution that is subscribed on the referenced event.- Returns:
- executionId
-
setExecutionId
public void setExecutionId(String executionId)
-
processInstanceId
public EventSubscriptionDto processInstanceId(String processInstanceId)
-
getProcessInstanceId
public String getProcessInstanceId()
The process instance this subscription belongs to.- Returns:
- processInstanceId
-
setProcessInstanceId
public void setProcessInstanceId(String processInstanceId)
-
activityId
public EventSubscriptionDto activityId(String activityId)
-
getActivityId
public String 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
-
setActivityId
public void setActivityId(String activityId)
-
createdDate
public EventSubscriptionDto createdDate(Date createdDate)
-
getCreatedDate
public Date getCreatedDate()
The time this event subscription was created.- Returns:
- createdDate
-
setCreatedDate
public void setCreatedDate(Date createdDate)
-
tenantId
public EventSubscriptionDto tenantId(String tenantId)
-
getTenantId
public String getTenantId()
The id of the tenant this event subscription belongs to. Can be `null` if the subscription belongs to no single tenant.- Returns:
- tenantId
-
setTenantId
public void setTenantId(String tenantId)
-
-