public class DescribeMerchantsRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getCodeType()Get 码来源类型 0:自建, 1:第三方 | 
| Long | getCorpId()Get 企业ID | 
| String | getName()Get 搜索商户名称 | 
| Long | getPageNumber()Get 页数 | 
| Long | getPageSize()Get 条数 | 
| void | setCodeType(Long CodeType)Set 码来源类型 0:自建, 1:第三方 | 
| void | setCorpId(Long CorpId)Set 企业ID | 
| void | setName(String Name)Set 搜索商户名称 | 
| void | setPageNumber(Long PageNumber)Set 页数 | 
| void | setPageSize(Long PageSize)Set 条数 | 
| 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, toJsonStringpublic DescribeMerchantsRequest()
public DescribeMerchantsRequest(DescribeMerchantsRequest source)
public String getName()
public void setName(String Name)
Name - 搜索商户名称public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - 条数public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - 页数public Long getCorpId()
public void setCorpId(Long CorpId)
CorpId - 企业IDpublic Long getCodeType()
public void setCodeType(Long CodeType)
CodeType - 码来源类型 0:自建, 1:第三方Copyright © 2025. All rights reserved.