public class QueryBankClearRequest extends AbstractModel
Constructor and Description |
---|
QueryBankClearRequest() |
QueryBankClearRequest(QueryBankClearRequest 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 |
getEndDate()
Get STRING(8),终止日期(若是指定时间段查询,则必输,当查询全部时,不起作用。格式:20190101)
|
String |
getFunctionFlag()
Get STRING(2),功能标志(1: 全部; 2: 指定时间段)
|
String |
getMrchCode()
Get String(22),商户号(签约客户号)
|
String |
getPageNum()
Get STRING (10),页码(起始值为1,每次最多返回20条记录,第二页返回的记录数为第21至40条记录,第三页为41至60条记录,顺序均按照建立时间的先后)
|
String |
getProfile()
Get STRING(12),接入环境,默认接入沙箱环境。接入正式环境填"prod"
|
String |
getReservedMsg()
Get STRING(1027),保留域
|
String |
getStartDate()
Get STRING(8),开始日期(若是指定时间段查询,则必输,当查询全部时,不起作用。格式: 20190101)
|
void |
setEndDate(String EndDate)
Set STRING(8),终止日期(若是指定时间段查询,则必输,当查询全部时,不起作用。格式:20190101)
|
void |
setFunctionFlag(String FunctionFlag)
Set STRING(2),功能标志(1: 全部; 2: 指定时间段)
|
void |
setMrchCode(String MrchCode)
Set String(22),商户号(签约客户号)
|
void |
setPageNum(String PageNum)
Set STRING (10),页码(起始值为1,每次最多返回20条记录,第二页返回的记录数为第21至40条记录,第三页为41至60条记录,顺序均按照建立时间的先后)
|
void |
setProfile(String Profile)
Set STRING(12),接入环境,默认接入沙箱环境。接入正式环境填"prod"
|
void |
setReservedMsg(String ReservedMsg)
Set STRING(1027),保留域
|
void |
setStartDate(String StartDate)
Set STRING(8),开始日期(若是指定时间段查询,则必输,当查询全部时,不起作用。格式: 20190101)
|
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 QueryBankClearRequest()
public QueryBankClearRequest(QueryBankClearRequest source)
public String getMrchCode()
public void setMrchCode(String MrchCode)
MrchCode
- String(22),商户号(签约客户号)public String getFunctionFlag()
public void setFunctionFlag(String FunctionFlag)
FunctionFlag
- STRING(2),功能标志(1: 全部; 2: 指定时间段)public String getPageNum()
public void setPageNum(String PageNum)
PageNum
- STRING (10),页码(起始值为1,每次最多返回20条记录,第二页返回的记录数为第21至40条记录,第三页为41至60条记录,顺序均按照建立时间的先后)public String getStartDate()
public void setStartDate(String StartDate)
StartDate
- STRING(8),开始日期(若是指定时间段查询,则必输,当查询全部时,不起作用。格式: 20190101)public String getEndDate()
public void setEndDate(String EndDate)
EndDate
- 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 © 2022. All rights reserved.