Uses of Class
com.tencentcloudapi.cr.v20180321.models.RecordInfo
-
Packages that use RecordInfo Package Description com.tencentcloudapi.cr.v20180321.models -
-
Uses of RecordInfo in com.tencentcloudapi.cr.v20180321.models
Methods in com.tencentcloudapi.cr.v20180321.models that return RecordInfo Modifier and Type Method Description RecordInfo[]QueryRecordListResponse. getRecordList()Get 录音列表。Methods in com.tencentcloudapi.cr.v20180321.models with parameters of type RecordInfo Modifier and Type Method Description voidQueryRecordListResponse. setRecordList(RecordInfo[] RecordList)Set 录音列表。Constructors in com.tencentcloudapi.cr.v20180321.models with parameters of type RecordInfo Constructor Description RecordInfo(RecordInfo 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.
-