public class DescribePersonRequest extends AbstractModel
Constructor and Description |
---|
DescribePersonRequest() |
DescribePersonRequest(DescribePersonRequest 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 |
getLimit()
Get 查询数量,默认20,最大查询数量100
|
String |
getMallId()
Get 卖场编码
|
Long |
getOffset()
Get 查询偏移
|
void |
setLimit(Long Limit)
Set 查询数量,默认20,最大查询数量100
|
void |
setMallId(String MallId)
Set 卖场编码
|
void |
setOffset(Long 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 DescribePersonRequest()
public DescribePersonRequest(DescribePersonRequest source)
public String getMallId()
public void setMallId(String MallId)
MallId
- 卖场编码public Long getOffset()
public void setOffset(Long Offset)
Offset
- 查询偏移public Long getLimit()
public void setLimit(Long Limit)
Limit
- 查询数量,默认20,最大查询数量100Copyright © 2022. All rights reserved.