public class V1ListSettlementsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
V1ListSettlementsRequest.Builder
Class to build instances of
V1ListSettlementsRequest. |
| Modifier | Constructor and Description |
|---|---|
protected |
V1ListSettlementsRequest(String order,
io.apimatic.core.types.OptionalNullable<String> beginTime,
io.apimatic.core.types.OptionalNullable<String> endTime,
io.apimatic.core.types.OptionalNullable<Integer> limit,
String status,
io.apimatic.core.types.OptionalNullable<String> batchToken)
Initialization constructor.
|
|
V1ListSettlementsRequest(String order,
String beginTime,
String endTime,
Integer limit,
String status,
String batchToken)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBatchToken()
Getter for BatchToken.
|
String |
getBeginTime()
Getter for BeginTime.
|
String |
getEndTime()
Getter for EndTime.
|
Integer |
getLimit()
Getter for Limit.
|
String |
getOrder()
Getter for Order.
|
String |
getStatus()
Getter for Status.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetBatchToken()
Internal Getter for BatchToken.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetBeginTime()
Internal Getter for BeginTime.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetEndTime()
Internal Getter for EndTime.
|
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetLimit()
Internal Getter for Limit.
|
V1ListSettlementsRequest.Builder |
toBuilder()
Builds a new
V1ListSettlementsRequest.Builder object. |
String |
toString()
Converts this V1ListSettlementsRequest into string format.
|
public V1ListSettlementsRequest(String order, String beginTime, String endTime, Integer limit, String status, String batchToken)
order - String value for order.beginTime - String value for beginTime.endTime - String value for endTime.limit - Integer value for limit.status - String value for status.batchToken - String value for batchToken.protected V1ListSettlementsRequest(String order, io.apimatic.core.types.OptionalNullable<String> beginTime, io.apimatic.core.types.OptionalNullable<String> endTime, io.apimatic.core.types.OptionalNullable<Integer> limit, String status, io.apimatic.core.types.OptionalNullable<String> batchToken)
order - String value for order.beginTime - String value for beginTime.endTime - String value for endTime.limit - Integer value for limit.status - String value for status.batchToken - String value for batchToken.public String getOrder()
protected io.apimatic.core.types.OptionalNullable<String> internalGetBeginTime()
public String getBeginTime()
protected io.apimatic.core.types.OptionalNullable<String> internalGetEndTime()
public String getEndTime()
protected io.apimatic.core.types.OptionalNullable<Integer> internalGetLimit()
public Integer getLimit()
public String getStatus()
protected io.apimatic.core.types.OptionalNullable<String> internalGetBatchToken()
public String getBatchToken()
public String toString()
public V1ListSettlementsRequest.Builder toBuilder()
V1ListSettlementsRequest.Builder object.
Creates the instance with the state of the current model.V1ListSettlementsRequest.Builder objectCopyright © 2024. All rights reserved.