Class DeploymentResponseBase
java.lang.Object
io.camunda.zeebe.client.protocol.rest.DeploymentResponseBase
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-08-04T12:37:47.170113265Z[GMT]",
comments="Generator version: 7.8.0")
public class DeploymentResponseBase
extends Object
Base properties for DeploymentResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet tenantIdinthashCode()voidsetTenantId(String tenantId) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
-
Constructor Details
-
DeploymentResponseBase
public DeploymentResponseBase()
-
-
Method Details
-
tenantId
-
getTenantId
Get tenantId- 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
-