Uses of Class
com.tencentcloudapi.live.v20180801.models.StreamEventInfo
-
Packages that use StreamEventInfo Package Description com.tencentcloudapi.live.v20180801.models -
-
Uses of StreamEventInfo in com.tencentcloudapi.live.v20180801.models
Methods in com.tencentcloudapi.live.v20180801.models that return StreamEventInfo Modifier and Type Method Description StreamEventInfo[]DescribeLiveStreamEventListResponse. getEventList()Get 推断流事件列表。Methods in com.tencentcloudapi.live.v20180801.models with parameters of type StreamEventInfo Modifier and Type Method Description voidDescribeLiveStreamEventListResponse. setEventList(StreamEventInfo[] EventList)Set 推断流事件列表。Constructors in com.tencentcloudapi.live.v20180801.models with parameters of type StreamEventInfo Constructor Description StreamEventInfo(StreamEventInfo 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.
-