Uses of Class
com.tencentcloudapi.mps.v20190612.models.DescribeEvent
-
Packages that use DescribeEvent Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of DescribeEvent in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return DescribeEvent Modifier and Type Method Description DescribeEventCreateStreamLinkEventResponse. getInfo()Get 创建的Event信息。DescribeEventDescribeStreamLinkEventResponse. getInfo()Get 媒体传输事件的配置信息。DescribeEvent[]DescribeStreamLinkEventsResponse. getInfos()Get 媒体传输事件的配置信息列表。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type DescribeEvent Modifier and Type Method Description voidCreateStreamLinkEventResponse. setInfo(DescribeEvent Info)Set 创建的Event信息。voidDescribeStreamLinkEventResponse. setInfo(DescribeEvent Info)Set 媒体传输事件的配置信息。voidDescribeStreamLinkEventsResponse. setInfos(DescribeEvent[] Infos)Set 媒体传输事件的配置信息列表。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type DescribeEvent Constructor Description DescribeEvent(DescribeEvent 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.
-