Package org.openapitools.client.model
Class DecisionDefinitionDiagramDto
- java.lang.Object
-
- org.openapitools.client.model.DecisionDefinitionDiagramDto
-
public class DecisionDefinitionDiagramDto extends Object
DecisionDefinitionDiagramDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_DMN_XMLstatic StringSERIALIZED_NAME_ID
-
Constructor Summary
Constructors Constructor Description DecisionDefinitionDiagramDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DecisionDefinitionDiagramDtodmnXml(String dmnXml)booleanequals(Object o)StringgetDmnXml()An escaped XML string containing the XML that this decision definition was deployed with.StringgetId()The id of the decision definition.inthashCode()DecisionDefinitionDiagramDtoid(String id)voidsetDmnXml(String dmnXml)voidsetId(String id)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DMN_XML
public static final String SERIALIZED_NAME_DMN_XML
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public DecisionDefinitionDiagramDto id(String id)
-
getId
public String getId()
The id of the decision definition.- Returns:
- id
-
setId
public void setId(String id)
-
dmnXml
public DecisionDefinitionDiagramDto dmnXml(String dmnXml)
-
getDmnXml
public String getDmnXml()
An escaped XML string containing the XML that this decision definition was deployed with. Carriage returns, line feeds and quotation marks are escaped.- Returns:
- dmnXml
-
setDmnXml
public void setDmnXml(String dmnXml)
-
-