Uses of Class
com.tencentcloudapi.ame.v20190916.models.ChorusClip
-
Packages that use ChorusClip Package Description com.tencentcloudapi.ame.v20190916.models -
-
Uses of ChorusClip in com.tencentcloudapi.ame.v20190916.models
Methods in com.tencentcloudapi.ame.v20190916.models that return ChorusClip Modifier and Type Method Description ChorusClip[]DescribeKTVMusicDetailResponse. getChorusClipSet()Get 副歌片段数据列表ChorusClip[]KTVMusicDetailInfo. getChorusClipSet()Get 副歌片段数据列表Methods in com.tencentcloudapi.ame.v20190916.models with parameters of type ChorusClip Modifier and Type Method Description voidDescribeKTVMusicDetailResponse. setChorusClipSet(ChorusClip[] ChorusClipSet)Set 副歌片段数据列表voidKTVMusicDetailInfo. setChorusClipSet(ChorusClip[] ChorusClipSet)Set 副歌片段数据列表Constructors in com.tencentcloudapi.ame.v20190916.models with parameters of type ChorusClip Constructor Description ChorusClip(ChorusClip 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.
-