Class PagedProgram
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.PagedProgram
-
public class PagedProgram extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PagedProgram()PagedProgram(PagedProgram 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 Program[]getContent()Get 数据集列表LonggetTotalCount()Get 总条数voidsetContent(Program[] Content)Set 数据集列表voidsetTotalCount(Long TotalCount)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
-
PagedProgram
public PagedProgram()
-
PagedProgram
public PagedProgram(PagedProgram 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
-
getTotalCount
public Long getTotalCount()
Get 总条数- Returns:
- TotalCount 总条数
-
setTotalCount
public void setTotalCount(Long TotalCount)
Set 总条数- Parameters:
TotalCount- 总条数
-
getContent
public Program[] getContent()
Get 数据集列表- Returns:
- Content 数据集列表
-
setContent
public void setContent(Program[] Content)
Set 数据集列表- Parameters:
Content- 数据集列表
-
-