public class DescribeCustomerOwnVoucherListRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DescribeCustomerOwnVoucherListRequest() |
DescribeCustomerOwnVoucherListRequest(DescribeCustomerOwnVoucherListRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getPage()
Get Page number, starts from 1.
|
Long |
getPageSize()
Get Number of items per page.
|
String |
getPaymentMode()
Get Payment mode.
|
String |
getProductScope()
Get Applicable product.
|
Long |
getVoucherId()
Get Voucher ID.
|
String |
getVoucherStatus()
Get Voucher status.
|
void |
setPage(Long Page)
Set Page number, starts from 1.
|
void |
setPageSize(Long PageSize)
Set Number of items per page.
|
void |
setPaymentMode(String PaymentMode)
Set Payment mode.
|
void |
setProductScope(String ProductScope)
Set Applicable product.
|
void |
setVoucherId(Long VoucherId)
Set Voucher ID.
|
void |
setVoucherStatus(String VoucherStatus)
Set Voucher status.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeCustomerOwnVoucherListRequest()
public DescribeCustomerOwnVoucherListRequest(DescribeCustomerOwnVoucherListRequest source)
public Long getPage()
public void setPage(Long Page)
Page - Page number, starts from 1.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - Number of items per page. value range: 1-100.public String getVoucherStatus()
public void setVoucherStatus(String VoucherStatus)
VoucherStatus - Voucher status. valid values: Issued, Used, Expired, Invalidated.public String getPaymentMode()
public void setPaymentMode(String PaymentMode)
PaymentMode - Payment mode. valid values: AllPayment, Prepaid, Postpaid.public String getProductScope()
public void setProductScope(String ProductScope)
ProductScope - Applicable product. valid values: AllProducts, SpecifyProducts, SpecifyProductsBlacklist.public Long getVoucherId()
public void setVoucherId(Long VoucherId)
VoucherId - Voucher ID.Copyright © 2025. All rights reserved.