Uses of Class
com.tencentcloudapi.live.v20180801.models.CallbackEventInfo
-
Packages that use CallbackEventInfo Package Description com.tencentcloudapi.live.v20180801.models -
-
Uses of CallbackEventInfo in com.tencentcloudapi.live.v20180801.models
Methods in com.tencentcloudapi.live.v20180801.models that return CallbackEventInfo Modifier and Type Method Description CallbackEventInfo[]DescribeCallbackRecordsListResponse. getDataInfoList()Get 回调事件列表。Methods in com.tencentcloudapi.live.v20180801.models with parameters of type CallbackEventInfo Modifier and Type Method Description voidDescribeCallbackRecordsListResponse. setDataInfoList(CallbackEventInfo[] DataInfoList)Set 回调事件列表。Constructors in com.tencentcloudapi.live.v20180801.models with parameters of type CallbackEventInfo Constructor Description CallbackEventInfo(CallbackEventInfo 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.
-