Class ApplyReconciliationFileRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.ApplyReconciliationFileRequest
-
public class ApplyReconciliationFileRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ApplyReconciliationFileRequest()ApplyReconciliationFileRequest(ApplyReconciliationFileRequest 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 StringgetApplyFileDate()Get 申请的对账文件日期,格式:yyyyMMdd。StringgetApplyFileType()Get 申请的文件类型。 __CZ__:充值文件 __TX__:提现文件 __JY__:交易文件 __YE__:余额文件StringgetBankAccountNumber()Get 父账户账号。 _平安渠道为资金汇总账号_StringgetMidasEnvironment()Get 环境名。 __release__: 现网环境 __sandbox__: 沙箱环境 __development__: 开发环境 _缺省: release_voidsetApplyFileDate(String ApplyFileDate)Set 申请的对账文件日期,格式:yyyyMMdd。voidsetApplyFileType(String ApplyFileType)Set 申请的文件类型。 __CZ__:充值文件 __TX__:提现文件 __JY__:交易文件 __YE__:余额文件voidsetBankAccountNumber(String BankAccountNumber)Set 父账户账号。 _平安渠道为资金汇总账号_voidsetMidasEnvironment(String MidasEnvironment)Set 环境名。 __release__: 现网环境 __sandbox__: 沙箱环境 __development__: 开发环境 _缺省: release_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
-
ApplyReconciliationFileRequest
public ApplyReconciliationFileRequest()
-
ApplyReconciliationFileRequest
public ApplyReconciliationFileRequest(ApplyReconciliationFileRequest 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
-
getApplyFileType
public String getApplyFileType()
Get 申请的文件类型。 __CZ__:充值文件 __TX__:提现文件 __JY__:交易文件 __YE__:余额文件- Returns:
- ApplyFileType 申请的文件类型。 __CZ__:充值文件 __TX__:提现文件 __JY__:交易文件 __YE__:余额文件
-
setApplyFileType
public void setApplyFileType(String ApplyFileType)
Set 申请的文件类型。 __CZ__:充值文件 __TX__:提现文件 __JY__:交易文件 __YE__:余额文件- Parameters:
ApplyFileType- 申请的文件类型。 __CZ__:充值文件 __TX__:提现文件 __JY__:交易文件 __YE__:余额文件
-
getApplyFileDate
public String getApplyFileDate()
Get 申请的对账文件日期,格式:yyyyMMdd。- Returns:
- ApplyFileDate 申请的对账文件日期,格式:yyyyMMdd。
-
setApplyFileDate
public void setApplyFileDate(String ApplyFileDate)
Set 申请的对账文件日期,格式:yyyyMMdd。- Parameters:
ApplyFileDate- 申请的对账文件日期,格式:yyyyMMdd。
-
getBankAccountNumber
public String getBankAccountNumber()
Get 父账户账号。 _平安渠道为资金汇总账号_- Returns:
- BankAccountNumber 父账户账号。 _平安渠道为资金汇总账号_
-
setBankAccountNumber
public void setBankAccountNumber(String BankAccountNumber)
Set 父账户账号。 _平安渠道为资金汇总账号_- Parameters:
BankAccountNumber- 父账户账号。 _平安渠道为资金汇总账号_
-
getMidasEnvironment
public String getMidasEnvironment()
Get 环境名。 __release__: 现网环境 __sandbox__: 沙箱环境 __development__: 开发环境 _缺省: release_- Returns:
- MidasEnvironment 环境名。 __release__: 现网环境 __sandbox__: 沙箱环境 __development__: 开发环境 _缺省: release_
-
setMidasEnvironment
public void setMidasEnvironment(String MidasEnvironment)
Set 环境名。 __release__: 现网环境 __sandbox__: 沙箱环境 __development__: 开发环境 _缺省: release_- Parameters:
MidasEnvironment- 环境名。 __release__: 现网环境 __sandbox__: 沙箱环境 __development__: 开发环境 _缺省: release_
-
-