@Beta public class TechnicalError extends Object
Constructor and Description |
---|
TechnicalError() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
TechnicalError |
error(TechnicalErrorError error)
Set the error of this
TechnicalError instance and return the same instance. |
TechnicalErrorError |
getError()
Get error
|
int |
hashCode() |
void |
setError(TechnicalErrorError error)
Set the error of this
TechnicalError instance. |
String |
toString() |
@Nonnull public TechnicalError error(@Nonnull TechnicalErrorError error)
TechnicalError
instance and return the same instance.error
- The error of this TechnicalError
TechnicalError
class@Nonnull public TechnicalErrorError getError()
TechnicalError
instance.public void setError(@Nonnull TechnicalErrorError error)
TechnicalError
instance.error
- The error of this TechnicalError
Copyright © 2020 SAP SE. All rights reserved.