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 Details

  • Constructor Details

    • EventSubscriptionDto

      public EventSubscriptionDto()
  • Method Details

    • id

      public EventSubscriptionDto id(String id)
    • getId

      @Nullable public String getId()
      The id of the event subscription.
      Returns:
      id
    • getId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getId_JsonNullable()
    • setId_JsonNullable

      public void setId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id)
    • setId

      public void setId(String id)
    • eventType

      public EventSubscriptionDto eventType(String eventType)
    • getEventType

      @Nullable public String getEventType()
      The type of the event subscription.
      Returns:
      eventType
    • getEventType_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getEventType_JsonNullable()
    • setEventType_JsonNullable

      public void setEventType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> eventType)
    • setEventType

      public void setEventType(String eventType)
    • eventName

      public EventSubscriptionDto eventName(String eventName)
    • getEventName

      @Nullable public String getEventName()
      The name of the event this subscription belongs to as defined in the process model.
      Returns:
      eventName
    • getEventName_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getEventName_JsonNullable()
    • setEventName_JsonNullable

      public void setEventName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> eventName)
    • setEventName

      public void setEventName(String eventName)
    • executionId

      public EventSubscriptionDto executionId(String executionId)
    • getExecutionId

      @Nullable public String getExecutionId()
      The execution that is subscribed on the referenced event.
      Returns:
      executionId
    • getExecutionId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getExecutionId_JsonNullable()
    • setExecutionId_JsonNullable

      public void setExecutionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> executionId)
    • setExecutionId

      public void setExecutionId(String executionId)
    • processInstanceId

      public EventSubscriptionDto processInstanceId(String processInstanceId)
    • getProcessInstanceId

      @Nullable public String getProcessInstanceId()
      The process instance this subscription belongs to.
      Returns:
      processInstanceId
    • getProcessInstanceId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getProcessInstanceId_JsonNullable()
    • setProcessInstanceId_JsonNullable

      public void setProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceId)
    • setProcessInstanceId

      public void setProcessInstanceId(String processInstanceId)
    • activityId

      public EventSubscriptionDto activityId(String activityId)
    • getActivityId

      @Nullable 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
    • getActivityId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getActivityId_JsonNullable()
    • setActivityId_JsonNullable

      public void setActivityId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> activityId)
    • setActivityId

      public void setActivityId(String activityId)
    • createdDate

      public EventSubscriptionDto createdDate(OffsetDateTime createdDate)
    • getCreatedDate

      @Nullable public OffsetDateTime getCreatedDate()
      The time this event subscription was created.
      Returns:
      createdDate
    • getCreatedDate_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getCreatedDate_JsonNullable()
    • setCreatedDate_JsonNullable

      public void setCreatedDate_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> createdDate)
    • setCreatedDate

      public void setCreatedDate(OffsetDateTime createdDate)
    • tenantId

      public EventSubscriptionDto tenantId(String tenantId)
    • getTenantId

      @Nullable 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
    • getTenantId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getTenantId_JsonNullable()
    • setTenantId_JsonNullable

      public void setTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId)
    • setTenantId

      public void setTenantId(String tenantId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string