public class QueryFlexBillDownloadUrlRequest extends AbstractModel
Constructor and Description |
---|
QueryFlexBillDownloadUrlRequest() |
QueryFlexBillDownloadUrlRequest(QueryFlexBillDownloadUrlRequest 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 |
---|---|
String |
getBillDate()
Get 对账单日期
|
String |
getBillType()
Get 对账单类型:FREEZE, SETTLEMENT,PAYMENT
|
String |
getEnvironment()
Get 环境类型
__release__:生产环境
__sandbox__:沙箱环境
__test__:测试环境
缺省默认为生产环境
|
String |
getServiceProviderId()
Get 服务商ID,如不填则查询平台级别对账单文件
|
void |
setBillDate(String BillDate)
Set 对账单日期
|
void |
setBillType(String BillType)
Set 对账单类型:FREEZE, SETTLEMENT,PAYMENT
|
void |
setEnvironment(String Environment)
Set 环境类型
__release__:生产环境
__sandbox__:沙箱环境
__test__:测试环境
缺省默认为生产环境
|
void |
setServiceProviderId(String ServiceProviderId)
Set 服务商ID,如不填则查询平台级别对账单文件
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public QueryFlexBillDownloadUrlRequest()
public QueryFlexBillDownloadUrlRequest(QueryFlexBillDownloadUrlRequest source)
public String getBillDate()
public void setBillDate(String BillDate)
BillDate
- 对账单日期public String getBillType()
public void setBillType(String BillType)
BillType
- 对账单类型:FREEZE, SETTLEMENT,PAYMENTpublic String getServiceProviderId()
public void setServiceProviderId(String ServiceProviderId)
ServiceProviderId
- 服务商ID,如不填则查询平台级别对账单文件public String getEnvironment()
public void setEnvironment(String Environment)
Environment
- 环境类型
__release__:生产环境
__sandbox__:沙箱环境
__test__:测试环境
缺省默认为生产环境Copyright © 2022. All rights reserved.