Package org.openapitools.client.model
Class ProcessDefinitionDiagramDto
- java.lang.Object
-
- org.openapitools.client.model.ProcessDefinitionDiagramDto
-
public class ProcessDefinitionDiagramDto extends Object
ProcessDefinitionDiagramDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_BPMN20_XMLstatic StringSERIALIZED_NAME_ID
-
Constructor Summary
Constructors Constructor Description ProcessDefinitionDiagramDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessDefinitionDiagramDtobpmn20Xml(String bpmn20Xml)booleanequals(Object o)StringgetBpmn20Xml()An escaped XML string containing the XML that this definition was deployed with.StringgetId()The id of the process definition.inthashCode()ProcessDefinitionDiagramDtoid(String id)voidsetBpmn20Xml(String bpmn20Xml)voidsetId(String id)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BPMN20_XML
public static final String SERIALIZED_NAME_BPMN20_XML
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public ProcessDefinitionDiagramDto id(String id)
-
getId
public String getId()
The id of the process definition.- Returns:
- id
-
setId
public void setId(String id)
-
bpmn20Xml
public ProcessDefinitionDiagramDto bpmn20Xml(String bpmn20Xml)
-
getBpmn20Xml
public String getBpmn20Xml()
An escaped XML string containing the XML that this definition was deployed with. Carriage returns, line feeds and quotation marks are escaped.- Returns:
- bpmn20Xml
-
setBpmn20Xml
public void setBpmn20Xml(String bpmn20Xml)
-
-