@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class DecisionDefinitionDiagramDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_DMN_XML |
static String |
SERIALIZED_NAME_ID |
Constructor and Description |
---|
DecisionDefinitionDiagramDto() |
Modifier and Type | Method and Description |
---|---|
DecisionDefinitionDiagramDto |
dmnXml(String dmnXml) |
boolean |
equals(Object o) |
String |
getDmnXml()
An escaped XML string containing the XML that this decision definition was deployed with.
|
String |
getId()
The id of the decision definition.
|
int |
hashCode() |
DecisionDefinitionDiagramDto |
id(String id) |
void |
setDmnXml(String dmnXml) |
void |
setId(String id) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_DMN_XML
public DecisionDefinitionDiagramDto id(String id)
public void setId(String id)
public DecisionDefinitionDiagramDto dmnXml(String dmnXml)
@Nullable public String getDmnXml()
public void setDmnXml(String dmnXml)
Copyright © 2022. All rights reserved.