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