Class QueryFlexBillDownloadUrlRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.QueryFlexBillDownloadUrlRequest
-
public class QueryFlexBillDownloadUrlRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBillDate()Get 对账单日期StringgetBillType()Get 对账单类型:FREEZE, SETTLEMENT,PAYMENTStringgetEnvironment()Get 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境StringgetServiceProviderId()Get 服务商ID,如不填则查询平台级别对账单文件voidsetBillDate(String BillDate)Set 对账单日期voidsetBillType(String BillType)Set 对账单类型:FREEZE, SETTLEMENT,PAYMENTvoidsetEnvironment(String Environment)Set 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境voidsetServiceProviderId(String ServiceProviderId)Set 服务商ID,如不填则查询平台级别对账单文件voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
QueryFlexBillDownloadUrlRequest
public QueryFlexBillDownloadUrlRequest()
-
QueryFlexBillDownloadUrlRequest
public 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.
-
-
Method Detail
-
getBillDate
public String getBillDate()
Get 对账单日期- Returns:
- BillDate 对账单日期
-
setBillDate
public void setBillDate(String BillDate)
Set 对账单日期- Parameters:
BillDate- 对账单日期
-
getBillType
public String getBillType()
Get 对账单类型:FREEZE, SETTLEMENT,PAYMENT- Returns:
- BillType 对账单类型:FREEZE, SETTLEMENT,PAYMENT
-
setBillType
public void setBillType(String BillType)
Set 对账单类型:FREEZE, SETTLEMENT,PAYMENT- Parameters:
BillType- 对账单类型:FREEZE, SETTLEMENT,PAYMENT
-
getServiceProviderId
public String getServiceProviderId()
Get 服务商ID,如不填则查询平台级别对账单文件- Returns:
- ServiceProviderId 服务商ID,如不填则查询平台级别对账单文件
-
setServiceProviderId
public void setServiceProviderId(String ServiceProviderId)
Set 服务商ID,如不填则查询平台级别对账单文件- Parameters:
ServiceProviderId- 服务商ID,如不填则查询平台级别对账单文件
-
getEnvironment
public String getEnvironment()
Get 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境- Returns:
- Environment 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境
-
setEnvironment
public void setEnvironment(String Environment)
Set 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境- Parameters:
Environment- 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境
-
-