public class DescribeSalesmansRequest extends AbstractModel
Constructor and Description |
---|
DescribeSalesmansRequest() |
DescribeSalesmansRequest(DescribeSalesmansRequest 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 限制数目
|
Long |
getOffset()
Get 偏移量
|
String |
getOrderDirection()
Get ASC/DESC, 不区分大小写,按创建通过时间排序
|
String |
getSalesName()
Get 业务员姓名(模糊查询)
|
String |
getSalesUin()
Get 业务员ID
|
void |
setLimit(Long Limit)
Set 限制数目
|
void |
setOffset(Long Offset)
Set 偏移量
|
void |
setOrderDirection(String OrderDirection)
Set ASC/DESC, 不区分大小写,按创建通过时间排序
|
void |
setSalesName(String SalesName)
Set 业务员姓名(模糊查询)
|
void |
setSalesUin(String SalesUin)
Set 业务员ID
|
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 DescribeSalesmansRequest()
public DescribeSalesmansRequest(DescribeSalesmansRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit
- 限制数目public String getSalesName()
public void setSalesName(String SalesName)
SalesName
- 业务员姓名(模糊查询)public String getSalesUin()
public void setSalesUin(String SalesUin)
SalesUin
- 业务员IDpublic String getOrderDirection()
public void setOrderDirection(String OrderDirection)
OrderDirection
- ASC/DESC, 不区分大小写,按创建通过时间排序Copyright © 2023. All rights reserved.