public class QueryReconciliationDocumentRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getFileDate()
Get STRING(8),文件日期(格式:20190101)
|
String |
getFileType()
Get STRING(10),文件类型(充值文件-CZ; 提现文件-TX; 交易文件-JY; 余额文件-YE; 合约文件-HY)
|
String |
getMrchCode()
Get String(22),商户号
|
String |
getProfile()
Get STRING(12),接入环境,默认接入沙箱环境。接入正式环境填"prod"
|
String |
getReservedMsg()
Get STRING(1027),保留域
|
void |
setFileDate(String FileDate)
Set STRING(8),文件日期(格式:20190101)
|
void |
setFileType(String FileType)
Set STRING(10),文件类型(充值文件-CZ; 提现文件-TX; 交易文件-JY; 余额文件-YE; 合约文件-HY)
|
void |
setMrchCode(String MrchCode)
Set String(22),商户号
|
void |
setProfile(String Profile)
Set STRING(12),接入环境,默认接入沙箱环境。接入正式环境填"prod"
|
void |
setReservedMsg(String ReservedMsg)
Set STRING(1027),保留域
|
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, toJsonString
public QueryReconciliationDocumentRequest()
public QueryReconciliationDocumentRequest(QueryReconciliationDocumentRequest source)
public String getMrchCode()
public void setMrchCode(String MrchCode)
MrchCode
- String(22),商户号public String getFileType()
public void setFileType(String FileType)
FileType
- STRING(10),文件类型(充值文件-CZ; 提现文件-TX; 交易文件-JY; 余额文件-YE; 合约文件-HY)public String getFileDate()
public void setFileDate(String FileDate)
FileDate
- STRING(8),文件日期(格式:20190101)public String getReservedMsg()
public void setReservedMsg(String ReservedMsg)
ReservedMsg
- STRING(1027),保留域public String getProfile()
public void setProfile(String Profile)
Profile
- STRING(12),接入环境,默认接入沙箱环境。接入正式环境填"prod"Copyright © 2024. All rights reserved.