@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class DecisionRequirementsDefinitionDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CATEGORY |
static String |
SERIALIZED_NAME_DEPLOYMENT_ID |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_KEY |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_RESOURCE |
static String |
SERIALIZED_NAME_TENANT_ID |
static String |
SERIALIZED_NAME_VERSION |
Constructor and Description |
---|
DecisionRequirementsDefinitionDto() |
Modifier and Type | Method and Description |
---|---|
DecisionRequirementsDefinitionDto |
category(String category) |
DecisionRequirementsDefinitionDto |
deploymentId(String deploymentId) |
boolean |
equals(Object o) |
String |
getCategory()
The category of the decision requirements definition.
|
String |
getDeploymentId()
The deployment id of the decision requirements definition.
|
String |
getId()
The id of the decision requirements definition
|
String |
getKey()
The key of the decision requirements definition, i.e., the id of the DMN 1.0 XML decision definition.
|
String |
getName()
The name of the decision requirements definition.
|
String |
getResource()
The file name of the decision requirements definition.
|
String |
getTenantId()
The tenant id of the decisionrequirements definition.
|
Integer |
getVersion()
The version of the decision requirements definition that the engine assigned to it.
|
int |
hashCode() |
DecisionRequirementsDefinitionDto |
id(String id) |
DecisionRequirementsDefinitionDto |
key(String key) |
DecisionRequirementsDefinitionDto |
name(String name) |
DecisionRequirementsDefinitionDto |
resource(String resource) |
void |
setCategory(String category) |
void |
setDeploymentId(String deploymentId) |
void |
setId(String id) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setResource(String resource) |
void |
setTenantId(String tenantId) |
void |
setVersion(Integer version) |
DecisionRequirementsDefinitionDto |
tenantId(String tenantId) |
String |
toString() |
DecisionRequirementsDefinitionDto |
version(Integer version) |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_KEY
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_CATEGORY
public static final String SERIALIZED_NAME_VERSION
public static final String SERIALIZED_NAME_RESOURCE
public static final String SERIALIZED_NAME_DEPLOYMENT_ID
public static final String SERIALIZED_NAME_TENANT_ID
public DecisionRequirementsDefinitionDto id(String id)
public void setId(String id)
public DecisionRequirementsDefinitionDto key(String key)
@Nullable public String getKey()
public void setKey(String key)
public DecisionRequirementsDefinitionDto name(String name)
@Nullable public String getName()
public void setName(String name)
public DecisionRequirementsDefinitionDto category(String category)
@Nullable public String getCategory()
public void setCategory(String category)
public DecisionRequirementsDefinitionDto version(Integer version)
@Nullable public Integer getVersion()
public void setVersion(Integer version)
public DecisionRequirementsDefinitionDto resource(String resource)
@Nullable public String getResource()
public void setResource(String resource)
public DecisionRequirementsDefinitionDto deploymentId(String deploymentId)
@Nullable public String getDeploymentId()
public void setDeploymentId(String deploymentId)
public DecisionRequirementsDefinitionDto tenantId(String tenantId)
@Nullable public String getTenantId()
public void setTenantId(String tenantId)
Copyright © 2022. All rights reserved.