public class DescribeProductsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeProductsRequest() |
DescribeProductsRequest(DescribeProductsRequest 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 |
getCertState()
Get 认证状态
|
Long |
getCorpId()
Get 企业ID
|
String |
getMerchantId()
Get 商品ID
|
String |
getName()
Get 商品名称
|
Long |
getPageNumber()
Get 页数
|
Long |
getPageSize()
Get 条数
|
void |
setCertState(Long CertState)
Set 认证状态
|
void |
setCorpId(Long CorpId)
Set 企业ID
|
void |
setMerchantId(String MerchantId)
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, toJsonString
public DescribeProductsRequest()
public DescribeProductsRequest(DescribeProductsRequest 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 String getMerchantId()
public void setMerchantId(String MerchantId)
MerchantId
- 商品IDpublic Long getCorpId()
public void setCorpId(Long CorpId)
CorpId
- 企业IDpublic Long getCertState()
public void setCertState(Long CertState)
CertState
- 认证状态Copyright © 2024. All rights reserved.