Package org.openapitools.client.model
Class DecisionRequirementsDefinitionDto
- java.lang.Object
-
- org.openapitools.client.model.DecisionRequirementsDefinitionDto
-
public class DecisionRequirementsDefinitionDto extends Object
DecisionRequirementsDefinitionDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CATEGORYstatic StringSERIALIZED_NAME_DEPLOYMENT_IDstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_KEYstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_RESOURCEstatic StringSERIALIZED_NAME_TENANT_IDstatic StringSERIALIZED_NAME_VERSION
-
Constructor Summary
Constructors Constructor Description DecisionRequirementsDefinitionDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DecisionRequirementsDefinitionDtocategory(String category)DecisionRequirementsDefinitionDtodeploymentId(String deploymentId)booleanequals(Object o)StringgetCategory()The category of the decision requirements definition.StringgetDeploymentId()The deployment id of the decision requirements definition.StringgetId()The id of the decision requirements definitionStringgetKey()The key of the decision requirements definition, i.e., the id of the DMN 1.0 XML decision definition.StringgetName()The name of the decision requirements definition.StringgetResource()The file name of the decision requirements definition.StringgetTenantId()The tenant id of the decisionrequirements definition.IntegergetVersion()The version of the decision requirements definition that the engine assigned to it.inthashCode()DecisionRequirementsDefinitionDtoid(String id)DecisionRequirementsDefinitionDtokey(String key)DecisionRequirementsDefinitionDtoname(String name)DecisionRequirementsDefinitionDtoresource(String resource)voidsetCategory(String category)voidsetDeploymentId(String deploymentId)voidsetId(String id)voidsetKey(String key)voidsetName(String name)voidsetResource(String resource)voidsetTenantId(String tenantId)voidsetVersion(Integer version)DecisionRequirementsDefinitionDtotenantId(String tenantId)StringtoString()DecisionRequirementsDefinitionDtoversion(Integer version)
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_KEY
public static final String SERIALIZED_NAME_KEY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CATEGORY
public static final String SERIALIZED_NAME_CATEGORY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VERSION
public static final String SERIALIZED_NAME_VERSION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RESOURCE
public static final String SERIALIZED_NAME_RESOURCE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DEPLOYMENT_ID
public static final String SERIALIZED_NAME_DEPLOYMENT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TENANT_ID
public static final String SERIALIZED_NAME_TENANT_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public DecisionRequirementsDefinitionDto id(String id)
-
getId
public String getId()
The id of the decision requirements definition- Returns:
- id
-
setId
public void setId(String id)
-
key
public DecisionRequirementsDefinitionDto key(String key)
-
getKey
public String getKey()
The key of the decision requirements definition, i.e., the id of the DMN 1.0 XML decision definition.- Returns:
- key
-
setKey
public void setKey(String key)
-
name
public DecisionRequirementsDefinitionDto name(String name)
-
getName
public String getName()
The name of the decision requirements definition.- Returns:
- name
-
setName
public void setName(String name)
-
category
public DecisionRequirementsDefinitionDto category(String category)
-
getCategory
public String getCategory()
The category of the decision requirements definition.- Returns:
- category
-
setCategory
public void setCategory(String category)
-
version
public DecisionRequirementsDefinitionDto version(Integer version)
-
getVersion
public Integer getVersion()
The version of the decision requirements definition that the engine assigned to it.- Returns:
- version
-
setVersion
public void setVersion(Integer version)
-
resource
public DecisionRequirementsDefinitionDto resource(String resource)
-
getResource
public String getResource()
The file name of the decision requirements definition.- Returns:
- resource
-
setResource
public void setResource(String resource)
-
deploymentId
public DecisionRequirementsDefinitionDto deploymentId(String deploymentId)
-
getDeploymentId
public String getDeploymentId()
The deployment id of the decision requirements definition.- Returns:
- deploymentId
-
setDeploymentId
public void setDeploymentId(String deploymentId)
-
tenantId
public DecisionRequirementsDefinitionDto tenantId(String tenantId)
-
getTenantId
public String getTenantId()
The tenant id of the decisionrequirements definition.- Returns:
- tenantId
-
setTenantId
public void setTenantId(String tenantId)
-
-