Package org.openapitools.client.model
Class DeploymentWithDefinitionsDto
- java.lang.Object
-
- org.openapitools.client.model.DeploymentWithDefinitionsDto
-
public class DeploymentWithDefinitionsDto extends Object
DeploymentWithDefinitionsDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_DEPLOYED_CASE_DEFINITIONSstatic StringSERIALIZED_NAME_DEPLOYED_DECISION_DEFINITIONSstatic StringSERIALIZED_NAME_DEPLOYED_DECISION_REQUIREMENTS_DEFINITIONSstatic StringSERIALIZED_NAME_DEPLOYED_PROCESS_DEFINITIONSstatic StringSERIALIZED_NAME_DEPLOYMENT_TIMEstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_LINKSstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_SOURCEstatic StringSERIALIZED_NAME_TENANT_ID
-
Constructor Summary
Constructors Constructor Description DeploymentWithDefinitionsDto()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_DEPLOYED_PROCESS_DEFINITIONS
public static final String SERIALIZED_NAME_DEPLOYED_PROCESS_DEFINITIONS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DEPLOYED_DECISION_DEFINITIONS
public static final String SERIALIZED_NAME_DEPLOYED_DECISION_DEFINITIONS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DEPLOYED_DECISION_REQUIREMENTS_DEFINITIONS
public static final String SERIALIZED_NAME_DEPLOYED_DECISION_REQUIREMENTS_DEFINITIONS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DEPLOYED_CASE_DEFINITIONS
public static final String SERIALIZED_NAME_DEPLOYED_CASE_DEFINITIONS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TENANT_ID
public static final String SERIALIZED_NAME_TENANT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DEPLOYMENT_TIME
public static final String SERIALIZED_NAME_DEPLOYMENT_TIME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SOURCE
public static final String SERIALIZED_NAME_SOURCE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LINKS
public static final String SERIALIZED_NAME_LINKS
- See Also:
- Constant Field Values
-
-
Method Detail
-
deployedProcessDefinitions
public DeploymentWithDefinitionsDto deployedProcessDefinitions(Map<String,ProcessDefinitionDto> deployedProcessDefinitions)
-
putDeployedProcessDefinitionsItem
public DeploymentWithDefinitionsDto putDeployedProcessDefinitionsItem(String key, ProcessDefinitionDto deployedProcessDefinitionsItem)
-
getDeployedProcessDefinitions
public Map<String,ProcessDefinitionDto> 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
-
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
public Map<String,DecisionDefinitionDto> 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
-
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
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
-
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
public Map<String,CaseDefinitionDto> 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
-
setDeployedCaseDefinitions
public void setDeployedCaseDefinitions(Map<String,CaseDefinitionDto> deployedCaseDefinitions)
-
id
public DeploymentWithDefinitionsDto id(String id)
-
getId
public String getId()
The id of the deployment.- Returns:
- id
-
setId
public void setId(String id)
-
tenantId
public DeploymentWithDefinitionsDto tenantId(String tenantId)
-
getTenantId
public String getTenantId()
The tenant id of the deployment.- Returns:
- tenantId
-
setTenantId
public void setTenantId(String tenantId)
-
deploymentTime
public DeploymentWithDefinitionsDto deploymentTime(Date deploymentTime)
-
getDeploymentTime
public Date getDeploymentTime()
The time when the deployment was created.- Returns:
- deploymentTime
-
setDeploymentTime
public void setDeploymentTime(Date deploymentTime)
-
source
public DeploymentWithDefinitionsDto source(String source)
-
getSource
public String getSource()
The source of the deployment.- Returns:
- source
-
setSource
public void setSource(String source)
-
name
public DeploymentWithDefinitionsDto name(String name)
-
getName
public String getName()
The name of the deployment.- Returns:
- name
-
setName
public void setName(String name)
-
links
public DeploymentWithDefinitionsDto links(List<AtomLink> links)
-
addLinksItem
public DeploymentWithDefinitionsDto addLinksItem(AtomLink linksItem)
-
getLinks
public List<AtomLink> getLinks()
The links associated to this resource, with `method`, `href` and `rel`.- Returns:
- links
-
-