Uses of Class
com.tencentcloudapi.trtc.v20190722.models.EventList
-
Packages that use EventList Package Description com.tencentcloudapi.trtc.v20190722.models -
-
Uses of EventList in com.tencentcloudapi.trtc.v20190722.models
Methods in com.tencentcloudapi.trtc.v20190722.models that return EventList Modifier and Type Method Description EventList[]DescribeUserEventResponse. getData()Get 返回的事件列表,若没有数据,会返回空数组。Methods in com.tencentcloudapi.trtc.v20190722.models with parameters of type EventList Modifier and Type Method Description voidDescribeUserEventResponse. setData(EventList[] Data)Set 返回的事件列表,若没有数据,会返回空数组。Constructors in com.tencentcloudapi.trtc.v20190722.models with parameters of type EventList Constructor Description EventList(EventList 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.
-