@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:36.903+01:00[Europe/Prague]") public class CreateWorkflowStatusDetails extends Object
| Constructor and Description |
|---|
CreateWorkflowStatusDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
The ID of the status.
|
Map<String,String> |
getProperties()
The properties of the status.
|
int |
hashCode() |
CreateWorkflowStatusDetails |
id(String id) |
CreateWorkflowStatusDetails |
properties(Map<String,String> properties) |
CreateWorkflowStatusDetails |
putPropertiesItem(String key,
String propertiesItem) |
void |
setId(String id) |
void |
setProperties(Map<String,String> properties) |
String |
toString() |
public CreateWorkflowStatusDetails id(String id)
public String getId()
public void setId(String id)
public CreateWorkflowStatusDetails properties(Map<String,String> properties)
public CreateWorkflowStatusDetails putPropertiesItem(String key, String propertiesItem)
public Map<String,String> getProperties()
Copyright © 2011–2023 Everit Kft.. All rights reserved.