Class GetPersonListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iai.v20200303.models.GetPersonListRequest
-
public class GetPersonListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GetPersonListRequest()GetPersonListRequest(GetPersonListRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGroupId()Get 人员库ID,取值为创建人员库接口中的GroupIdLonggetLimit()Get 返回数量,默认值为10,最大值为1000LonggetOffset()Get 起始序号,默认值为0voidsetGroupId(String GroupId)Set 人员库ID,取值为创建人员库接口中的GroupIdvoidsetLimit(Long Limit)Set 返回数量,默认值为10,最大值为1000voidsetOffset(Long Offset)Set 起始序号,默认值为0voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
GetPersonListRequest
public GetPersonListRequest()
-
GetPersonListRequest
public GetPersonListRequest(GetPersonListRequest 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.
-
-
Method Detail
-
getGroupId
public String getGroupId()
Get 人员库ID,取值为创建人员库接口中的GroupId- Returns:
- GroupId 人员库ID,取值为创建人员库接口中的GroupId
-
setGroupId
public void setGroupId(String GroupId)
Set 人员库ID,取值为创建人员库接口中的GroupId- Parameters:
GroupId- 人员库ID,取值为创建人员库接口中的GroupId
-
getOffset
public Long getOffset()
Get 起始序号,默认值为0- Returns:
- Offset 起始序号,默认值为0
-
setOffset
public void setOffset(Long Offset)
Set 起始序号,默认值为0- Parameters:
Offset- 起始序号,默认值为0
-
getLimit
public Long getLimit()
Get 返回数量,默认值为10,最大值为1000- Returns:
- Limit 返回数量,默认值为10,最大值为1000
-
setLimit
public void setLimit(Long Limit)
Set 返回数量,默认值为10,最大值为1000- Parameters:
Limit- 返回数量,默认值为10,最大值为1000
-
-