public class RetrieveCardResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RetrieveCardResponse.Builder
Class to build instances of
RetrieveCardResponse. |
| Constructor and Description |
|---|
RetrieveCardResponse(List<Error> errors,
Card card)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Card |
getCard()
Getter for Card.
|
HttpContext |
getContext() |
List<Error> |
getErrors()
Getter for Errors.
|
int |
hashCode() |
RetrieveCardResponse.Builder |
toBuilder()
Builds a new
RetrieveCardResponse.Builder object. |
String |
toString()
Converts this RetrieveCardResponse into string format.
|
public HttpContext getContext()
public List<Error> getErrors()
public Card getCard()
public String toString()
public RetrieveCardResponse.Builder toBuilder()
RetrieveCardResponse.Builder object.
Creates the instance with the state of the current model.RetrieveCardResponse.Builder objectCopyright © 2022. All rights reserved.