@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:36.903+01:00[Europe/Prague]") public class WorkflowValidationError extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkflowValidationError.LevelEnum
The validation error level.
|
static class |
WorkflowValidationError.TypeEnum
The type of element the error or warning references.
|
| Constructor and Description |
|---|
WorkflowValidationError() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowValidationError |
code(String code) |
WorkflowValidationError |
elementReference(WorkflowElementReference elementReference) |
boolean |
equals(Object o) |
String |
getCode()
An error code.
|
WorkflowElementReference |
getElementReference()
Get elementReference
|
WorkflowValidationError.LevelEnum |
getLevel()
The validation error level.
|
String |
getMessage()
An error message.
|
WorkflowValidationError.TypeEnum |
getType()
The type of element the error or warning references.
|
int |
hashCode() |
WorkflowValidationError |
level(WorkflowValidationError.LevelEnum level) |
WorkflowValidationError |
message(String message) |
void |
setCode(String code) |
void |
setElementReference(WorkflowElementReference elementReference) |
void |
setLevel(WorkflowValidationError.LevelEnum level) |
void |
setMessage(String message) |
void |
setType(WorkflowValidationError.TypeEnum type) |
String |
toString() |
WorkflowValidationError |
type(WorkflowValidationError.TypeEnum type) |
public WorkflowValidationError code(String code)
public String getCode()
public void setCode(String code)
public WorkflowValidationError elementReference(WorkflowElementReference elementReference)
public WorkflowElementReference getElementReference()
public void setElementReference(WorkflowElementReference elementReference)
public WorkflowValidationError level(WorkflowValidationError.LevelEnum level)
public WorkflowValidationError.LevelEnum getLevel()
public void setLevel(WorkflowValidationError.LevelEnum level)
public WorkflowValidationError message(String message)
public String getMessage()
public void setMessage(String message)
public WorkflowValidationError type(WorkflowValidationError.TypeEnum type)
public WorkflowValidationError.TypeEnum getType()
public void setType(WorkflowValidationError.TypeEnum type)
Copyright © 2011–2023 Everit Kft.. All rights reserved.