@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-09-03T13:48:17.349+02:00[Europe/Prague]") public class WorkflowStatus extends Object
| Constructor and Description |
|---|
WorkflowStatus() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
The ID of the issue status.
|
String |
getName()
The name of the status in the workflow.
|
Map<String,Object> |
getProperties()
Additional properties that modify the behavior of issues in this status.
|
int |
hashCode() |
WorkflowStatus |
id(String id) |
WorkflowStatus |
name(String name) |
WorkflowStatus |
properties(Map<String,Object> properties) |
WorkflowStatus |
putPropertiesItem(String key,
Object propertiesItem) |
void |
setId(String id) |
void |
setName(String name) |
void |
setProperties(Map<String,Object> properties) |
String |
toString() |
public WorkflowStatus id(String id)
public String getId()
public void setId(String id)
public WorkflowStatus name(String name)
public String getName()
public void setName(String name)
public WorkflowStatus properties(Map<String,Object> properties)
public WorkflowStatus putPropertiesItem(String key, Object propertiesItem)
public Map<String,Object> getProperties()
Copyright © 2011–2021 Everit Kft.. All rights reserved.