Package io.camunda.client.protocol.rest
Class DeploymentResourceBase
java.lang.Object
io.camunda.client.protocol.rest.DeploymentResourceBase
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-25T13:39:08.081076719Z[GMT]",
comments="Generator version: 7.10.0")
public class DeploymentResourceBase
extends Object
Base properties for DeploymentResource.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe resource ID, as parsed during deployment, together with the version forms a unique identifier for a specific form.The resource name from which this resource was parsed.The tenant ID of the deployed form.The assigned resource version.inthashCode()resourceId(String resourceId) resourceName(String resourceName) voidsetResourceId(String resourceId) voidsetResourceName(String resourceName) voidsetTenantId(String tenantId) voidsetVersion(Integer version) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_RESOURCE_ID
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
JSON_PROPERTY_RESOURCE_NAME
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
-
Constructor Details
-
DeploymentResourceBase
public DeploymentResourceBase()
-
-
Method Details
-
resourceId
-
getResourceId
The resource ID, as parsed during deployment, together with the version forms a unique identifier for a specific form.- Returns:
- resourceId
-
setResourceId
-
version
-
getVersion
The assigned resource version.- Returns:
- version
-
setVersion
-
resourceName
-
getResourceName
The resource name from which this resource was parsed.- Returns:
- resourceName
-
setResourceName
-
tenantId
-
getTenantId
The tenant ID of the deployed form.- Returns:
- tenantId
-
setTenantId
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-