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