Package io.camunda.client.protocol.rest
Class FormResult
java.lang.Object
io.camunda.client.protocol.rest.FormResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class FormResult
extends Object
FormResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe user-provided identifier of the form.The assigned key, which acts as a unique identifier for this form.The form schema as a JSON document serialized as a string.The tenant ID of the form.The version of the the deployed form.inthashCode()voidvoidsetFormKey(String formKey) voidvoidsetTenantId(String tenantId) voidsetVersion(Long version) toString()
-
Field Details
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_FORM_ID
- See Also:
-
JSON_PROPERTY_SCHEMA
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
JSON_PROPERTY_FORM_KEY
- See Also:
-
-
Constructor Details
-
FormResult
public FormResult()
-
-
Method Details
-
tenantId
-
getTenantId
The tenant ID of the form.- Returns:
- tenantId
-
setTenantId
-
formId
-
getFormId
The user-provided identifier of the form.- Returns:
- formId
-
setFormId
-
schema
-
getSchema
The form schema as a JSON document serialized as a string.- Returns:
- schema
-
setSchema
-
version
-
getVersion
The version of the the deployed form.- Returns:
- version
-
setVersion
-
formKey
-
getFormKey
The assigned key, which acts as a unique identifier for this form.- Returns:
- formKey
-
setFormKey
-
equals
-
hashCode
public int hashCode() -
toString
-