@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class EventSubscriptionDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACTIVITY_ID |
static String |
SERIALIZED_NAME_CREATED_DATE |
static String |
SERIALIZED_NAME_EVENT_NAME |
static String |
SERIALIZED_NAME_EVENT_TYPE |
static String |
SERIALIZED_NAME_EXECUTION_ID |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_PROCESS_INSTANCE_ID |
static String |
SERIALIZED_NAME_TENANT_ID |
Constructor and Description |
---|
EventSubscriptionDto() |
Modifier and Type | Method and Description |
---|---|
EventSubscriptionDto |
activityId(String activityId) |
EventSubscriptionDto |
createdDate(Date createdDate) |
boolean |
equals(Object o) |
EventSubscriptionDto |
eventName(String eventName) |
EventSubscriptionDto |
eventType(String eventType) |
EventSubscriptionDto |
executionId(String executionId) |
String |
getActivityId()
The identifier of the activity that this event subscription belongs to.
|
Date |
getCreatedDate()
The time this event subscription was created.
|
String |
getEventName()
The name of the event this subscription belongs to as defined in the process model.
|
String |
getEventType()
The type of the event subscription.
|
String |
getExecutionId()
The execution that is subscribed on the referenced event.
|
String |
getId()
The id of the event subscription.
|
String |
getProcessInstanceId()
The process instance this subscription belongs to.
|
String |
getTenantId()
The id of the tenant this event subscription belongs to.
|
int |
hashCode() |
EventSubscriptionDto |
id(String id) |
EventSubscriptionDto |
processInstanceId(String processInstanceId) |
void |
setActivityId(String activityId) |
void |
setCreatedDate(Date createdDate) |
void |
setEventName(String eventName) |
void |
setEventType(String eventType) |
void |
setExecutionId(String executionId) |
void |
setId(String id) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setTenantId(String tenantId) |
EventSubscriptionDto |
tenantId(String tenantId) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_EVENT_TYPE
public static final String SERIALIZED_NAME_EVENT_NAME
public static final String SERIALIZED_NAME_EXECUTION_ID
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_ID
public static final String SERIALIZED_NAME_ACTIVITY_ID
public static final String SERIALIZED_NAME_CREATED_DATE
public static final String SERIALIZED_NAME_TENANT_ID
public EventSubscriptionDto id(String id)
public void setId(String id)
public EventSubscriptionDto eventType(String eventType)
@Nullable public String getEventType()
public void setEventType(String eventType)
public EventSubscriptionDto eventName(String eventName)
@Nullable public String getEventName()
public void setEventName(String eventName)
public EventSubscriptionDto executionId(String executionId)
@Nullable public String getExecutionId()
public void setExecutionId(String executionId)
public EventSubscriptionDto processInstanceId(String processInstanceId)
@Nullable public String getProcessInstanceId()
public void setProcessInstanceId(String processInstanceId)
public EventSubscriptionDto activityId(String activityId)
@Nullable public String getActivityId()
public void setActivityId(String activityId)
public EventSubscriptionDto createdDate(Date createdDate)
@Nullable public Date getCreatedDate()
public void setCreatedDate(Date createdDate)
public EventSubscriptionDto tenantId(String tenantId)
@Nullable public String getTenantId()
public void setTenantId(String tenantId)
Copyright © 2022. All rights reserved.