Class QueryBankClearRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.QueryBankClearRequest
-
public class QueryBankClearRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEndDate()Get STRING(8),终止日期(若是指定时间段查询,则必输,当查询全部时,不起作用。格式:20190101)StringgetFunctionFlag()Get STRING(2),功能标志(1: 全部; 2: 指定时间段)StringgetMrchCode()Get String(22),商户号(签约客户号)StringgetPageNum()Get STRING (10),页码(起始值为1,每次最多返回20条记录,第二页返回的记录数为第21至40条记录,第三页为41至60条记录,顺序均按照建立时间的先后)StringgetProfile()Get STRING(12),接入环境,默认接入沙箱环境。接入正式环境填"prod"StringgetReservedMsg()Get STRING(1027),保留域StringgetStartDate()Get STRING(8),开始日期(若是指定时间段查询,则必输,当查询全部时,不起作用。格式: 20190101)voidsetEndDate(String EndDate)Set STRING(8),终止日期(若是指定时间段查询,则必输,当查询全部时,不起作用。格式:20190101)voidsetFunctionFlag(String FunctionFlag)Set STRING(2),功能标志(1: 全部; 2: 指定时间段)voidsetMrchCode(String MrchCode)Set String(22),商户号(签约客户号)voidsetPageNum(String PageNum)Set STRING (10),页码(起始值为1,每次最多返回20条记录,第二页返回的记录数为第21至40条记录,第三页为41至60条记录,顺序均按照建立时间的先后)voidsetProfile(String Profile)Set STRING(12),接入环境,默认接入沙箱环境。接入正式环境填"prod"voidsetReservedMsg(String ReservedMsg)Set STRING(1027),保留域voidsetStartDate(String StartDate)Set STRING(8),开始日期(若是指定时间段查询,则必输,当查询全部时,不起作用。格式: 20190101)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
-
QueryBankClearRequest
public QueryBankClearRequest()
-
QueryBankClearRequest
public 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.
-
-
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),商户号(签约客户号)
-
getFunctionFlag
public String getFunctionFlag()
Get STRING(2),功能标志(1: 全部; 2: 指定时间段)- Returns:
- FunctionFlag STRING(2),功能标志(1: 全部; 2: 指定时间段)
-
setFunctionFlag
public void setFunctionFlag(String FunctionFlag)
Set STRING(2),功能标志(1: 全部; 2: 指定时间段)- Parameters:
FunctionFlag- STRING(2),功能标志(1: 全部; 2: 指定时间段)
-
getPageNum
public String getPageNum()
Get STRING (10),页码(起始值为1,每次最多返回20条记录,第二页返回的记录数为第21至40条记录,第三页为41至60条记录,顺序均按照建立时间的先后)- Returns:
- PageNum STRING (10),页码(起始值为1,每次最多返回20条记录,第二页返回的记录数为第21至40条记录,第三页为41至60条记录,顺序均按照建立时间的先后)
-
setPageNum
public void setPageNum(String PageNum)
Set STRING (10),页码(起始值为1,每次最多返回20条记录,第二页返回的记录数为第21至40条记录,第三页为41至60条记录,顺序均按照建立时间的先后)- Parameters:
PageNum- STRING (10),页码(起始值为1,每次最多返回20条记录,第二页返回的记录数为第21至40条记录,第三页为41至60条记录,顺序均按照建立时间的先后)
-
getStartDate
public String getStartDate()
Get STRING(8),开始日期(若是指定时间段查询,则必输,当查询全部时,不起作用。格式: 20190101)- Returns:
- StartDate STRING(8),开始日期(若是指定时间段查询,则必输,当查询全部时,不起作用。格式: 20190101)
-
setStartDate
public void setStartDate(String StartDate)
Set STRING(8),开始日期(若是指定时间段查询,则必输,当查询全部时,不起作用。格式: 20190101)- Parameters:
StartDate- STRING(8),开始日期(若是指定时间段查询,则必输,当查询全部时,不起作用。格式: 20190101)
-
getEndDate
public String getEndDate()
Get STRING(8),终止日期(若是指定时间段查询,则必输,当查询全部时,不起作用。格式:20190101)- Returns:
- EndDate STRING(8),终止日期(若是指定时间段查询,则必输,当查询全部时,不起作用。格式:20190101)
-
setEndDate
public void setEndDate(String EndDate)
Set STRING(8),终止日期(若是指定时间段查询,则必输,当查询全部时,不起作用。格式:20190101)- Parameters:
EndDate- 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"
-
-