Uses of Class
com.tencentcloudapi.tic.v20201117.models.EventInfo
-
Packages that use EventInfo Package Description com.tencentcloudapi.tic.v20201117.models -
-
Uses of EventInfo in com.tencentcloudapi.tic.v20201117.models
Methods in com.tencentcloudapi.tic.v20201117.models that return EventInfo Modifier and Type Method Description EventInfo[]DescribeStackEventsResponse. getEvents()Get 事件详细信息列表Methods in com.tencentcloudapi.tic.v20201117.models with parameters of type EventInfo Modifier and Type Method Description voidDescribeStackEventsResponse. setEvents(EventInfo[] Events)Set 事件详细信息列表Constructors in com.tencentcloudapi.tic.v20201117.models with parameters of type EventInfo Constructor Description EventInfo(EventInfo 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.
-