@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:36.903+01:00[Europe/Prague]") public class WorkflowAssociationStatusMapping extends Object
| Constructor and Description |
|---|
WorkflowAssociationStatusMapping() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getNewStatusId()
The ID of the status in the new workflow.
|
String |
getOldStatusId()
The ID of the status in the old workflow that isn't present in the new workflow.
|
int |
hashCode() |
WorkflowAssociationStatusMapping |
newStatusId(String newStatusId) |
WorkflowAssociationStatusMapping |
oldStatusId(String oldStatusId) |
void |
setNewStatusId(String newStatusId) |
void |
setOldStatusId(String oldStatusId) |
String |
toString() |
public WorkflowAssociationStatusMapping newStatusId(String newStatusId)
public String getNewStatusId()
public void setNewStatusId(String newStatusId)
public WorkflowAssociationStatusMapping oldStatusId(String oldStatusId)
public String getOldStatusId()
public void setOldStatusId(String oldStatusId)
Copyright © 2011–2023 Everit Kft.. All rights reserved.