Uses of Class
com.tencentcloudapi.trtc.v20190722.models.TimeValue
-
Packages that use TimeValue Package Description com.tencentcloudapi.trtc.v20190722.models -
-
Uses of TimeValue in com.tencentcloudapi.trtc.v20190722.models
Methods in com.tencentcloudapi.trtc.v20190722.models that return TimeValue Modifier and Type Method Description TimeValue[]QualityData. getContent()Get 数据内容Methods in com.tencentcloudapi.trtc.v20190722.models with parameters of type TimeValue Modifier and Type Method Description voidQualityData. setContent(TimeValue[] Content)Set 数据内容Constructors in com.tencentcloudapi.trtc.v20190722.models with parameters of type TimeValue Constructor Description TimeValue(TimeValue 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.
-