Class StartMessageSubscriptionImpl

java.lang.Object
org.activiti.api.runtime.model.impl.StartMessageSubscriptionImpl
All Implemented Interfaces:
org.activiti.api.process.model.StartMessageSubscription

public class StartMessageSubscriptionImpl extends Object implements org.activiti.api.process.model.StartMessageSubscription
  • Method Details

    • getId

      public String getId()
      Specified by:
      getId in interface org.activiti.api.process.model.StartMessageSubscription
    • getEventName

      public String getEventName()
      Specified by:
      getEventName in interface org.activiti.api.process.model.StartMessageSubscription
    • getProcessDefinitionId

      public String getProcessDefinitionId()
      Specified by:
      getProcessDefinitionId in interface org.activiti.api.process.model.StartMessageSubscription
    • getConfiguration

      public String getConfiguration()
      Specified by:
      getConfiguration in interface org.activiti.api.process.model.StartMessageSubscription
    • getActivityId

      public String getActivityId()
      Specified by:
      getActivityId in interface org.activiti.api.process.model.StartMessageSubscription
    • getCreated

      public Date getCreated()
      Specified by:
      getCreated in interface org.activiti.api.process.model.StartMessageSubscription
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

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

      public static StartMessageSubscriptionImpl.Builder builder()
      Creates a builder to build StartMessageSubscriptionImpl.
      Returns:
      created builder
    • builderFrom

      public static StartMessageSubscriptionImpl.Builder builderFrom(StartMessageSubscriptionImpl startMessageSubscriptionImpl)
      Creates a builder to build StartMessageSubscriptionImpl and initialize it with the given object.
      Parameters:
      startMessageSubscriptionImpl - to initialize the builder with
      Returns:
      created builder