public class DescribeMerchantsRequest extends AbstractModel
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 |
getCorpId()
Get 企业ID
|
String |
getName()
Get 搜索商户名称
|
Long |
getPageNumber()
Get 页数
|
Long |
getPageSize()
Get 条数
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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
- 企业IDCopyright © 2022. All rights reserved.