@Beta public class InlineResponse2001Error extends Object
Constructor and Description |
---|
InlineResponse2001Error() |
Modifier and Type | Method and Description |
---|---|
InlineResponse2001Error |
code(String code)
Set the code of this
InlineResponse2001Error instance and return the same instance. |
boolean |
equals(Object o) |
String |
getCode()
The error category.
|
String |
getLogId()
The log ID referring to the error.
|
String |
getMessage()
The error message.
|
int |
hashCode() |
InlineResponse2001Error |
logId(String logId)
Set the logId of this
InlineResponse2001Error instance and return the same instance. |
InlineResponse2001Error |
message(String message)
Set the message of this
InlineResponse2001Error instance and return the same instance. |
void |
setCode(String code)
Set the code of this
InlineResponse2001Error instance. |
void |
setLogId(String logId)
Set the logId of this
InlineResponse2001Error instance. |
void |
setMessage(String message)
Set the message of this
InlineResponse2001Error instance. |
String |
toString() |
@Nonnull public InlineResponse2001Error code(@Nonnull String code)
InlineResponse2001Error
instance and return the same instance.code
- The error category.InlineResponse2001Error
class@Nonnull public String getCode()
InlineResponse2001Error
instance.public void setCode(@Nonnull String code)
InlineResponse2001Error
instance.code
- The error category.@Nonnull public InlineResponse2001Error message(@Nonnull String message)
InlineResponse2001Error
instance and return the same instance.message
- The error message.InlineResponse2001Error
class@Nonnull public String getMessage()
InlineResponse2001Error
instance.public void setMessage(@Nonnull String message)
InlineResponse2001Error
instance.message
- The error message.@Nonnull public InlineResponse2001Error logId(@Nonnull String logId)
InlineResponse2001Error
instance and return the same instance.logId
- The log ID referring to the error.InlineResponse2001Error
class@Nonnull public String getLogId()
InlineResponse2001Error
instance.public void setLogId(@Nonnull String logId)
InlineResponse2001Error
instance.logId
- The log ID referring to the error.Copyright © 2020 SAP SE. All rights reserved.