Uses of Class
com.tencentcloudapi.trtc.v20190722.models.AbnormalExperience
-
Packages that use AbnormalExperience Package Description com.tencentcloudapi.trtc.v20190722.models -
-
Uses of AbnormalExperience in com.tencentcloudapi.trtc.v20190722.models
Methods in com.tencentcloudapi.trtc.v20190722.models that return AbnormalExperience Modifier and Type Method Description AbnormalExperience[]DescribeUnusualEventResponse. getAbnormalExperienceList()Get 异常体验列表Methods in com.tencentcloudapi.trtc.v20190722.models with parameters of type AbnormalExperience Modifier and Type Method Description voidDescribeUnusualEventResponse. setAbnormalExperienceList(AbnormalExperience[] AbnormalExperienceList)Set 异常体验列表Constructors in com.tencentcloudapi.trtc.v20190722.models with parameters of type AbnormalExperience Constructor Description AbnormalExperience(AbnormalExperience 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.
-