Uses of Class
com.tencentcloudapi.tsf.v20180326.models.ContainerEvent
-
Packages that use ContainerEvent Package Description com.tencentcloudapi.tsf.v20180326.models -
-
Uses of ContainerEvent in com.tencentcloudapi.tsf.v20180326.models
Methods in com.tencentcloudapi.tsf.v20180326.models that return ContainerEvent Modifier and Type Method Description ContainerEvent[]TsfPageContainerEvent. getContent()Get events 数组Methods in com.tencentcloudapi.tsf.v20180326.models with parameters of type ContainerEvent Modifier and Type Method Description voidTsfPageContainerEvent. setContent(ContainerEvent[] Content)Set events 数组Constructors in com.tencentcloudapi.tsf.v20180326.models with parameters of type ContainerEvent Constructor Description ContainerEvent(ContainerEvent 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.
-