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