@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class WorkflowInstanceExecutionLogError extends Object
Constructor and Description |
---|
WorkflowInstanceExecutionLogError() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
WorkflowInstanceExecutionLogError |
errorCode(String errorCode)
Set the errorCode of this
WorkflowInstanceExecutionLogError instance and return the same instance. |
String |
getErrorCode()
The error category.
|
String |
getLogId()
The log ID referring to the error.
|
String |
getMessage()
The error message.
|
int |
hashCode() |
WorkflowInstanceExecutionLogError |
logId(String logId)
Set the logId of this
WorkflowInstanceExecutionLogError instance and return the same instance. |
WorkflowInstanceExecutionLogError |
message(String message)
Set the message of this
WorkflowInstanceExecutionLogError instance and return the same instance. |
void |
setErrorCode(String errorCode)
Set the errorCode of this
WorkflowInstanceExecutionLogError instance. |
void |
setLogId(String logId)
Set the logId of this
WorkflowInstanceExecutionLogError instance. |
void |
setMessage(String message)
Set the message of this
WorkflowInstanceExecutionLogError instance. |
String |
toString() |
@Nonnull public WorkflowInstanceExecutionLogError message(@Nonnull String message)
WorkflowInstanceExecutionLogError
instance and return the same instance.message
- The error message.WorkflowInstanceExecutionLogError
class@Nonnull public String getMessage()
WorkflowInstanceExecutionLogError
instance.public void setMessage(@Nonnull String message)
WorkflowInstanceExecutionLogError
instance.message
- The error message.@Nonnull public WorkflowInstanceExecutionLogError errorCode(@Nonnull String errorCode)
WorkflowInstanceExecutionLogError
instance and return the same instance.errorCode
- The error category.WorkflowInstanceExecutionLogError
class@Nonnull public String getErrorCode()
WorkflowInstanceExecutionLogError
instance.public void setErrorCode(@Nonnull String errorCode)
WorkflowInstanceExecutionLogError
instance.errorCode
- The error category.@Nonnull public WorkflowInstanceExecutionLogError logId(@Nonnull String logId)
WorkflowInstanceExecutionLogError
instance and return the same instance.logId
- The log ID referring to the error.WorkflowInstanceExecutionLogError
class@Nonnull public String getLogId()
WorkflowInstanceExecutionLogError
instance.public void setLogId(@Nonnull String logId)
WorkflowInstanceExecutionLogError
instance.logId
- The log ID referring to the error.Copyright © 2021 SAP SE. All rights reserved.