Class ProcessImpl

java.lang.Object
io.camunda.zeebe.client.impl.response.ProcessImpl
All Implemented Interfaces:
Process

public final class ProcessImpl extends Object implements Process
  • Constructor Details

  • Method Details

    • getBpmnProcessId

      public String getBpmnProcessId()
      Specified by:
      getBpmnProcessId in interface Process
      Returns:
      the BPMN process id of the process
    • getVersion

      public int getVersion()
      Specified by:
      getVersion in interface Process
      Returns:
      the version of the deployed process
    • getProcessDefinitionKey

      public long getProcessDefinitionKey()
      Specified by:
      getProcessDefinitionKey in interface Process
      Returns:
      the key of the deployed process
    • getResourceName

      public String getResourceName()
      Specified by:
      getResourceName in interface Process
      Returns:
      the name of the deployment resource which contains the process
    • hashCode

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

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

      public String toString()
      Overrides:
      toString in class Object