Uses of Class
com.tencentcloudapi.trtc.v20190722.models.AbnormalEvent
-
Packages that use AbnormalEvent Package Description com.tencentcloudapi.trtc.v20190722.models -
-
Uses of AbnormalEvent in com.tencentcloudapi.trtc.v20190722.models
Methods in com.tencentcloudapi.trtc.v20190722.models that return AbnormalEvent Modifier and Type Method Description AbnormalEvent[]AbnormalExperience. getAbnormalEventList()Get 异常事件数组Methods in com.tencentcloudapi.trtc.v20190722.models with parameters of type AbnormalEvent Modifier and Type Method Description voidAbnormalExperience. setAbnormalEventList(AbnormalEvent[] AbnormalEventList)Set 异常事件数组Constructors in com.tencentcloudapi.trtc.v20190722.models with parameters of type AbnormalEvent Constructor Description AbnormalEvent(AbnormalEvent 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.
-