public class AssemblyApiErrorResponse extends AssemblyResponse
| Constructor | Description |
|---|---|
AssemblyApiErrorResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
AssemblyApiErrorResponse |
error(ApiError error) |
|
ApiError |
getError() |
Gets or sets error.
|
int |
hashCode() |
|
void |
setError(ApiError error) |
|
String |
toString() |
getRequestId, requestId, setRequestIdpublic AssemblyApiErrorResponse error(ApiError error)
public ApiError getError()
public void setError(ApiError error)
public boolean equals(Object o)
equals in class AssemblyResponsepublic int hashCode()
hashCode in class AssemblyResponsepublic String toString()
toString in class AssemblyResponseCopyright © 2025. All rights reserved.