Class TsfPageContainerEvent
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.TsfPageContainerEvent
-
public class TsfPageContainerEvent extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TsfPageContainerEvent()TsfPageContainerEvent(TsfPageContainerEvent 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 ContainerEvent[]getContent()Get events 数组LonggetTotalCount()Get 返回个数voidsetContent(ContainerEvent[] Content)Set events 数组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
-
TsfPageContainerEvent
public TsfPageContainerEvent()
-
TsfPageContainerEvent
public TsfPageContainerEvent(TsfPageContainerEvent 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 ContainerEvent[] getContent()
Get events 数组- Returns:
- Content events 数组
-
setContent
public void setContent(ContainerEvent[] Content)
Set events 数组- Parameters:
Content- events 数组
-
-