T
- type of the result (depending on the request)@Beta public class MultichainAnswer<T> extends Object
Constructor and Description |
---|
MultichainAnswer() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
MultichainException |
getError()
Error including a message and the RFC error code, in case of something went wrong
|
String |
getId()
id
|
T |
getResult()
Actual answer to the request
|
int |
hashCode() |
void |
setError(MultichainException error)
Error including a message and the RFC error code, in case of something went wrong
|
void |
setId(String id)
id
|
void |
setResult(T result)
Actual answer to the request
|
String |
toString() |
public T getResult()
public MultichainException getError()
public String getId()
public void setResult(T result)
public void setError(MultichainException error)
public void setId(String id)
Copyright © 2021 SAP SE. All rights reserved.