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