Class DeploymentWithDefinitionsDto
java.lang.Object
org.camunda.community.rest.client.dto.DeploymentWithDefinitionsDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class DeploymentWithDefinitionsDto
extends Object
DeploymentWithDefinitionsDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLinksItem(AtomLink linksItem) deployedCaseDefinitions(Map<String, CaseDefinitionDto> deployedCaseDefinitions) deployedDecisionDefinitions(Map<String, DecisionDefinitionDto> deployedDecisionDefinitions) deployedDecisionRequirementsDefinitions(Map<String, DecisionRequirementsDefinitionDto> deployedDecisionRequirementsDefinitions) deployedProcessDefinitions(Map<String, ProcessDefinitionDto> deployedProcessDefinitions) deploymentTime(OffsetDateTime deploymentTime) booleanA JSON Object containing a property for each of the case definitions, which are successfully deployed with that deployment.org.openapitools.jackson.nullable.JsonNullable<Map<String,CaseDefinitionDto>> A JSON Object containing a property for each of the decision definitions, which are successfully deployed with that deployment.org.openapitools.jackson.nullable.JsonNullable<Map<String,DecisionDefinitionDto>> A JSON Object containing a property for each of the decision requirements definitions, which are successfully deployed with that deployment.org.openapitools.jackson.nullable.JsonNullable<Map<String,DecisionRequirementsDefinitionDto>> A JSON Object containing a property for each of the process definitions, which are successfully deployed with that deployment.org.openapitools.jackson.nullable.JsonNullable<Map<String,ProcessDefinitionDto>> The time when the deployment was created.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>getId()The id of the deployment.org.openapitools.jackson.nullable.JsonNullable<String>getLinks()The links associated to this resource, with `method`, `href` and `rel`.getName()The name of the deployment.org.openapitools.jackson.nullable.JsonNullable<String>The source of the deployment.org.openapitools.jackson.nullable.JsonNullable<String>The tenant id of the deployment.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()putDeployedCaseDefinitionsItem(String key, CaseDefinitionDto deployedCaseDefinitionsItem) putDeployedDecisionDefinitionsItem(String key, DecisionDefinitionDto deployedDecisionDefinitionsItem) putDeployedDecisionRequirementsDefinitionsItem(String key, DecisionRequirementsDefinitionDto deployedDecisionRequirementsDefinitionsItem) putDeployedProcessDefinitionsItem(String key, ProcessDefinitionDto deployedProcessDefinitionsItem) voidsetDeployedCaseDefinitions(Map<String, CaseDefinitionDto> deployedCaseDefinitions) voidsetDeployedCaseDefinitions_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, CaseDefinitionDto>> deployedCaseDefinitions) voidsetDeployedDecisionDefinitions(Map<String, DecisionDefinitionDto> deployedDecisionDefinitions) voidsetDeployedDecisionDefinitions_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, DecisionDefinitionDto>> deployedDecisionDefinitions) voidsetDeployedDecisionRequirementsDefinitions(Map<String, DecisionRequirementsDefinitionDto> deployedDecisionRequirementsDefinitions) voidsetDeployedDecisionRequirementsDefinitions_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, DecisionRequirementsDefinitionDto>> deployedDecisionRequirementsDefinitions) voidsetDeployedProcessDefinitions(Map<String, ProcessDefinitionDto> deployedProcessDefinitions) voidsetDeployedProcessDefinitions_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, ProcessDefinitionDto>> deployedProcessDefinitions) voidsetDeploymentTime(OffsetDateTime deploymentTime) voidsetDeploymentTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> deploymentTime) voidvoidsetId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id) voidvoidsetLinks_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<AtomLink>> links) voidvoidsetName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> name) voidvoidsetSource_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> source) voidsetTenantId(String tenantId) voidsetTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_DEPLOYMENT_TIME
- See Also:
-
JSON_PROPERTY_SOURCE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
JSON_PROPERTY_DEPLOYED_PROCESS_DEFINITIONS
- See Also:
-
JSON_PROPERTY_DEPLOYED_DECISION_DEFINITIONS
- See Also:
-
JSON_PROPERTY_DEPLOYED_DECISION_REQUIREMENTS_DEFINITIONS
- See Also:
-
JSON_PROPERTY_DEPLOYED_CASE_DEFINITIONS
- See Also:
-
-
Constructor Details
-
DeploymentWithDefinitionsDto
public DeploymentWithDefinitionsDto()
-
-
Method Details
-
id
-
getId
The id of the deployment.- Returns:
- id
-
getId_JsonNullable
-
setId_JsonNullable
-
setId
-
tenantId
-
getTenantId
The tenant id of the deployment.- Returns:
- tenantId
-
getTenantId_JsonNullable
-
setTenantId_JsonNullable
public void setTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId) -
setTenantId
-
deploymentTime
-
getDeploymentTime
The time when the deployment was created.- Returns:
- deploymentTime
-
getDeploymentTime_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getDeploymentTime_JsonNullable() -
setDeploymentTime_JsonNullable
public void setDeploymentTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> deploymentTime) -
setDeploymentTime
-
source
-
getSource
The source of the deployment.- Returns:
- source
-
getSource_JsonNullable
-
setSource_JsonNullable
-
setSource
-
name
-
getName
The name of the deployment.- Returns:
- name
-
getName_JsonNullable
-
setName_JsonNullable
-
setName
-
links
-
addLinksItem
-
getLinks
The links associated to this resource, with `method`, `href` and `rel`.- Returns:
- links
-
getLinks_JsonNullable
-
setLinks_JsonNullable
-
setLinks
-
deployedProcessDefinitions
public DeploymentWithDefinitionsDto deployedProcessDefinitions(Map<String, ProcessDefinitionDto> deployedProcessDefinitions) -
putDeployedProcessDefinitionsItem
public DeploymentWithDefinitionsDto putDeployedProcessDefinitionsItem(String key, ProcessDefinitionDto deployedProcessDefinitionsItem) -
getDeployedProcessDefinitions
A JSON Object containing a property for each of the process definitions, which are successfully deployed with that deployment. The key is the process definition id, the value is a JSON Object corresponding to the process definition.- Returns:
- deployedProcessDefinitions
-
getDeployedProcessDefinitions_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Map<String,ProcessDefinitionDto>> getDeployedProcessDefinitions_JsonNullable() -
setDeployedProcessDefinitions_JsonNullable
public void setDeployedProcessDefinitions_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, ProcessDefinitionDto>> deployedProcessDefinitions) -
setDeployedProcessDefinitions
public void setDeployedProcessDefinitions(Map<String, ProcessDefinitionDto> deployedProcessDefinitions) -
deployedDecisionDefinitions
public DeploymentWithDefinitionsDto deployedDecisionDefinitions(Map<String, DecisionDefinitionDto> deployedDecisionDefinitions) -
putDeployedDecisionDefinitionsItem
public DeploymentWithDefinitionsDto putDeployedDecisionDefinitionsItem(String key, DecisionDefinitionDto deployedDecisionDefinitionsItem) -
getDeployedDecisionDefinitions
A JSON Object containing a property for each of the decision definitions, which are successfully deployed with that deployment. The key is the decision definition id, the value is a JSON Object corresponding to the decision definition.- Returns:
- deployedDecisionDefinitions
-
getDeployedDecisionDefinitions_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Map<String,DecisionDefinitionDto>> getDeployedDecisionDefinitions_JsonNullable() -
setDeployedDecisionDefinitions_JsonNullable
public void setDeployedDecisionDefinitions_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, DecisionDefinitionDto>> deployedDecisionDefinitions) -
setDeployedDecisionDefinitions
public void setDeployedDecisionDefinitions(Map<String, DecisionDefinitionDto> deployedDecisionDefinitions) -
deployedDecisionRequirementsDefinitions
public DeploymentWithDefinitionsDto deployedDecisionRequirementsDefinitions(Map<String, DecisionRequirementsDefinitionDto> deployedDecisionRequirementsDefinitions) -
putDeployedDecisionRequirementsDefinitionsItem
public DeploymentWithDefinitionsDto putDeployedDecisionRequirementsDefinitionsItem(String key, DecisionRequirementsDefinitionDto deployedDecisionRequirementsDefinitionsItem) -
getDeployedDecisionRequirementsDefinitions
@Nullable public Map<String,DecisionRequirementsDefinitionDto> getDeployedDecisionRequirementsDefinitions()A JSON Object containing a property for each of the decision requirements definitions, which are successfully deployed with that deployment. The key is the decision requirements definition id, the value is a JSON Object corresponding to the decision requirements definition.- Returns:
- deployedDecisionRequirementsDefinitions
-
getDeployedDecisionRequirementsDefinitions_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Map<String,DecisionRequirementsDefinitionDto>> getDeployedDecisionRequirementsDefinitions_JsonNullable() -
setDeployedDecisionRequirementsDefinitions_JsonNullable
public void setDeployedDecisionRequirementsDefinitions_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, DecisionRequirementsDefinitionDto>> deployedDecisionRequirementsDefinitions) -
setDeployedDecisionRequirementsDefinitions
public void setDeployedDecisionRequirementsDefinitions(Map<String, DecisionRequirementsDefinitionDto> deployedDecisionRequirementsDefinitions) -
deployedCaseDefinitions
public DeploymentWithDefinitionsDto deployedCaseDefinitions(Map<String, CaseDefinitionDto> deployedCaseDefinitions) -
putDeployedCaseDefinitionsItem
public DeploymentWithDefinitionsDto putDeployedCaseDefinitionsItem(String key, CaseDefinitionDto deployedCaseDefinitionsItem) -
getDeployedCaseDefinitions
A JSON Object containing a property for each of the case definitions, which are successfully deployed with that deployment. The key is the case definition id, the value is a JSON Object corresponding to the case definition.- Returns:
- deployedCaseDefinitions
-
getDeployedCaseDefinitions_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Map<String,CaseDefinitionDto>> getDeployedCaseDefinitions_JsonNullable() -
setDeployedCaseDefinitions_JsonNullable
public void setDeployedCaseDefinitions_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, CaseDefinitionDto>> deployedCaseDefinitions) -
setDeployedCaseDefinitions
-
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
-