public static final class QueryOrdersRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryOrdersRequest |
build() |
QueryOrdersRequest.Builder |
createTimeEnd(String createTimeEnd)
The end time of the period during which the orders were created.
|
QueryOrdersRequest.Builder |
createTimeStart(String createTimeStart)
The start time of the period during which the orders were created.
|
QueryOrdersRequest.Builder |
orderType(String orderType)
The type of the order.
|
QueryOrdersRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
QueryOrdersRequest.Builder |
pageNum(Integer pageNum)
The page number of the page to return.
|
QueryOrdersRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return per page.
|
QueryOrdersRequest.Builder |
paymentStatus(String paymentStatus)
The status of payment.
|
QueryOrdersRequest.Builder |
productCode(String productCode)
The code of the service.
|
QueryOrdersRequest.Builder |
productType(String productType)
The type of the service.
|
QueryOrdersRequest.Builder |
subscriptionType(String subscriptionType)
The billing method.
|
public QueryOrdersRequest.Builder createTimeEnd(String createTimeEnd)
The end time of the period during which the orders were created. By default, orders within the last hour are queried. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.
example:2016-05-23T12:00:00Z
public QueryOrdersRequest.Builder createTimeStart(String createTimeStart)
The start time of the period during which the orders were created. By default, orders within the last hour are queried. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.
example:2016-05-23T13:00:00Z
public QueryOrdersRequest.Builder orderType(String orderType)
The type of the order. Valid values:
New
public QueryOrdersRequest.Builder ownerId(Long ownerId)
public QueryOrdersRequest.Builder pageNum(Integer pageNum)
The page number of the page to return.
example:1
public QueryOrdersRequest.Builder pageSize(Integer pageSize)
The number of entries to return per page.
example:20
public QueryOrdersRequest.Builder paymentStatus(String paymentStatus)
The status of payment. Valid values for a non-refund order:
example:: You can set this parameter to NULL for a refund order.
Paid
public QueryOrdersRequest.Builder productCode(String productCode)
The code of the service.
example:rds
public QueryOrdersRequest.Builder productType(String productType)
The type of the service.
example:rds
public QueryOrdersRequest.Builder subscriptionType(String subscriptionType)
The billing method. Valid values:
Subscription
public QueryOrdersRequest build()
Copyright © 2026. All rights reserved.