Class DescribeMerchantsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trp.v20210515.models.DescribeMerchantsRequest
-
public class DescribeMerchantsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeMerchantsRequest()DescribeMerchantsRequest(DescribeMerchantsRequest 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 LonggetCodeType()Get 码来源类型 0:自建, 1:第三方LonggetCorpId()Get 企业IDStringgetName()Get 搜索商户名称LonggetPageNumber()Get 页数LonggetPageSize()Get 条数voidsetCodeType(Long CodeType)Set 码来源类型 0:自建, 1:第三方voidsetCorpId(Long CorpId)Set 企业IDvoidsetName(String Name)Set 搜索商户名称voidsetPageNumber(Long PageNumber)Set 页数voidsetPageSize(Long PageSize)Set 条数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
-
DescribeMerchantsRequest
public DescribeMerchantsRequest()
-
DescribeMerchantsRequest
public DescribeMerchantsRequest(DescribeMerchantsRequest 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
-
getName
public String getName()
Get 搜索商户名称- Returns:
- Name 搜索商户名称
-
setName
public void setName(String Name)
Set 搜索商户名称- Parameters:
Name- 搜索商户名称
-
getPageSize
public Long getPageSize()
Get 条数- Returns:
- PageSize 条数
-
setPageSize
public void setPageSize(Long PageSize)
Set 条数- Parameters:
PageSize- 条数
-
getPageNumber
public Long getPageNumber()
Get 页数- Returns:
- PageNumber 页数
-
setPageNumber
public void setPageNumber(Long PageNumber)
Set 页数- Parameters:
PageNumber- 页数
-
getCorpId
public Long getCorpId()
Get 企业ID- Returns:
- CorpId 企业ID
-
setCorpId
public void setCorpId(Long CorpId)
Set 企业ID- Parameters:
CorpId- 企业ID
-
getCodeType
public Long getCodeType()
Get 码来源类型 0:自建, 1:第三方- Returns:
- CodeType 码来源类型 0:自建, 1:第三方
-
setCodeType
public void setCodeType(Long CodeType)
Set 码来源类型 0:自建, 1:第三方- Parameters:
CodeType- 码来源类型 0:自建, 1:第三方
-
-