Class QueryReconciliationDocumentRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.QueryReconciliationDocumentRequest
-
public class QueryReconciliationDocumentRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryReconciliationDocumentRequest()QueryReconciliationDocumentRequest(QueryReconciliationDocumentRequest 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 StringgetFileDate()Get STRING(8),文件日期(格式:20190101)StringgetFileType()Get STRING(10),文件类型(充值文件-CZ; 提现文件-TX; 交易文件-JY; 余额文件-YE; 合约文件-HY)StringgetMrchCode()Get String(22),商户号StringgetProfile()Get STRING(12),接入环境,默认接入沙箱环境。接入正式环境填"prod"StringgetReservedMsg()Get STRING(1027),保留域voidsetFileDate(String FileDate)Set STRING(8),文件日期(格式:20190101)voidsetFileType(String FileType)Set STRING(10),文件类型(充值文件-CZ; 提现文件-TX; 交易文件-JY; 余额文件-YE; 合约文件-HY)voidsetMrchCode(String MrchCode)Set String(22),商户号voidsetProfile(String Profile)Set STRING(12),接入环境,默认接入沙箱环境。接入正式环境填"prod"voidsetReservedMsg(String ReservedMsg)Set STRING(1027),保留域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
-
QueryReconciliationDocumentRequest
public QueryReconciliationDocumentRequest()
-
QueryReconciliationDocumentRequest
public QueryReconciliationDocumentRequest(QueryReconciliationDocumentRequest 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
-
getMrchCode
public String getMrchCode()
Get String(22),商户号- Returns:
- MrchCode String(22),商户号
-
setMrchCode
public void setMrchCode(String MrchCode)
Set String(22),商户号- Parameters:
MrchCode- String(22),商户号
-
getFileType
public String getFileType()
Get STRING(10),文件类型(充值文件-CZ; 提现文件-TX; 交易文件-JY; 余额文件-YE; 合约文件-HY)- Returns:
- FileType STRING(10),文件类型(充值文件-CZ; 提现文件-TX; 交易文件-JY; 余额文件-YE; 合约文件-HY)
-
setFileType
public void setFileType(String FileType)
Set STRING(10),文件类型(充值文件-CZ; 提现文件-TX; 交易文件-JY; 余额文件-YE; 合约文件-HY)- Parameters:
FileType- STRING(10),文件类型(充值文件-CZ; 提现文件-TX; 交易文件-JY; 余额文件-YE; 合约文件-HY)
-
getFileDate
public String getFileDate()
Get STRING(8),文件日期(格式:20190101)- Returns:
- FileDate STRING(8),文件日期(格式:20190101)
-
setFileDate
public void setFileDate(String FileDate)
Set STRING(8),文件日期(格式:20190101)- Parameters:
FileDate- STRING(8),文件日期(格式:20190101)
-
getReservedMsg
public String getReservedMsg()
Get STRING(1027),保留域- Returns:
- ReservedMsg STRING(1027),保留域
-
setReservedMsg
public void setReservedMsg(String ReservedMsg)
Set STRING(1027),保留域- Parameters:
ReservedMsg- STRING(1027),保留域
-
getProfile
public String getProfile()
Get STRING(12),接入环境,默认接入沙箱环境。接入正式环境填"prod"- Returns:
- Profile STRING(12),接入环境,默认接入沙箱环境。接入正式环境填"prod"
-
setProfile
public void setProfile(String Profile)
Set STRING(12),接入环境,默认接入沙箱环境。接入正式环境填"prod"- Parameters:
Profile- STRING(12),接入环境,默认接入沙箱环境。接入正式环境填"prod"
-
-