Class FormImpl

java.lang.Object
io.camunda.zeebe.client.impl.response.FormImpl
All Implemented Interfaces:
Form

public class FormImpl extends Object implements Form
  • Constructor Details

  • Method Details

    • getFormId

      public String getFormId()
      Specified by:
      getFormId in interface Form
      Returns:
      the form ID, as parsed during deployment; together with the versions forms a unique identifier for a specific form
    • getVersion

      public int getVersion()
      Specified by:
      getVersion in interface Form
      Returns:
      the assigned form version
    • getFormKey

      public long getFormKey()
      Specified by:
      getFormKey in interface Form
      Returns:
      the assigned form key, which acts as a unique identifier for this form
    • getResourceName

      public String getResourceName()
      Specified by:
      getResourceName in interface Form
      Returns:
      the resource name of the form, as parsed during deployment
    • getTenantId

      public String getTenantId()
      Specified by:
      getTenantId in interface Form
      Returns:
      the tenant identifier that owns this form
    • 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