public class DescribePersonRequest extends AbstractModel
构造器和说明 |
---|
DescribePersonRequest() |
限定符和类型 | 方法和说明 |
---|---|
Integer |
getLimit()
Get 查询数量,默认20,最大查询数量100
|
String |
getMallId()
Get 卖场编码
|
Integer |
getOffset()
Get 查询偏移
|
void |
setLimit(Integer Limit)
Set 查询数量,默认20,最大查询数量100
|
void |
setMallId(String MallId)
Set 卖场编码
|
void |
setOffset(Integer Offset)
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 String getMallId()
public void setMallId(String MallId)
MallId
- 卖场编码public Integer getOffset()
public void setOffset(Integer Offset)
Offset
- 查询偏移public Integer getLimit()
public void setLimit(Integer Limit)
Limit
- 查询数量,默认20,最大查询数量100Copyright © 2019. All rights reserved.