Class TsfPageConfig
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.TsfPageConfig
-
public class TsfPageConfig extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TsfPageConfig()TsfPageConfig(TsfPageConfig 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 Config[]getContent()Get 配置项列表LonggetTotalCount()Get TsfPageConfigvoidsetContent(Config[] Content)Set 配置项列表voidsetTotalCount(Long TotalCount)Set TsfPageConfigvoidtoMap(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
-
TsfPageConfig
public TsfPageConfig()
-
TsfPageConfig
public TsfPageConfig(TsfPageConfig 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 TsfPageConfig- Returns:
- TotalCount TsfPageConfig
-
setTotalCount
public void setTotalCount(Long TotalCount)
Set TsfPageConfig- Parameters:
TotalCount- TsfPageConfig
-
getContent
public Config[] getContent()
Get 配置项列表- Returns:
- Content 配置项列表
-
setContent
public void setContent(Config[] Content)
Set 配置项列表- Parameters:
Content- 配置项列表
-
-