public class ListPayoutsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListPayoutsRequest.Builder
Class to build instances of
ListPayoutsRequest. |
| Constructor and Description |
|---|
ListPayoutsRequest(String locationId,
String status,
String beginTime,
String endTime,
String sortOrder,
String cursor,
Integer limit)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBeginTime()
Getter for BeginTime.
|
String |
getCursor()
Getter for Cursor.
|
String |
getEndTime()
Getter for EndTime.
|
Integer |
getLimit()
Getter for Limit.
|
String |
getLocationId()
Getter for LocationId.
|
String |
getSortOrder()
Getter for SortOrder.
|
String |
getStatus()
Getter for Status.
|
int |
hashCode() |
ListPayoutsRequest.Builder |
toBuilder()
Builds a new
ListPayoutsRequest.Builder object. |
String |
toString()
Converts this ListPayoutsRequest into string format.
|
public ListPayoutsRequest(String locationId, String status, String beginTime, String endTime, String sortOrder, String cursor, Integer limit)
locationId - String value for locationId.status - String value for status.beginTime - String value for beginTime.endTime - String value for endTime.sortOrder - String value for sortOrder.cursor - String value for cursor.limit - Integer value for limit.public String getLocationId()
public String getStatus()
public String getBeginTime()
public String getEndTime()
public String getSortOrder()
public String getCursor()
public Integer getLimit()
public String toString()
public ListPayoutsRequest.Builder toBuilder()
ListPayoutsRequest.Builder object.
Creates the instance with the state of the current model.ListPayoutsRequest.Builder objectCopyright © 2022. All rights reserved.