Class DescribeSupervisorsResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.lcic.v20220817.models.DescribeSupervisorsResponse
-
public class DescribeSupervisorsResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeSupervisorsResponse()DescribeSupervisorsResponse(DescribeSupervisorsResponse 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 LonggetLimit()Get 当前页数据量LonggetPage()Get 分页查询当前页数StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。LonggetTotal()Get 数据总量String[]getUserIds()Get 巡课列表voidsetLimit(Long Limit)Set 当前页数据量voidsetPage(Long Page)Set 分页查询当前页数voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetTotal(Long Total)Set 数据总量voidsetUserIds(String[] UserIds)Set 巡课列表voidtoMap(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
-
DescribeSupervisorsResponse
public DescribeSupervisorsResponse()
-
DescribeSupervisorsResponse
public DescribeSupervisorsResponse(DescribeSupervisorsResponse 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
-
getTotal
public Long getTotal()
Get 数据总量- Returns:
- Total 数据总量
-
setTotal
public void setTotal(Long Total)
Set 数据总量- Parameters:
Total- 数据总量
-
getPage
public Long getPage()
Get 分页查询当前页数- Returns:
- Page 分页查询当前页数
-
setPage
public void setPage(Long Page)
Set 分页查询当前页数- Parameters:
Page- 分页查询当前页数
-
getLimit
public Long getLimit()
Get 当前页数据量- Returns:
- Limit 当前页数据量
-
setLimit
public void setLimit(Long Limit)
Set 当前页数据量- Parameters:
Limit- 当前页数据量
-
getUserIds
public String[] getUserIds()
Get 巡课列表- Returns:
- UserIds 巡课列表
-
setUserIds
public void setUserIds(String[] UserIds)
Set 巡课列表- Parameters:
UserIds- 巡课列表
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-