Uses of Class
com.tencentcloudapi.ame.v20190916.models.KTVSingerBaseInfo
-
Packages that use KTVSingerBaseInfo Package Description com.tencentcloudapi.ame.v20190916.models -
-
Uses of KTVSingerBaseInfo in com.tencentcloudapi.ame.v20190916.models
Methods in com.tencentcloudapi.ame.v20190916.models that return KTVSingerBaseInfo Modifier and Type Method Description KTVSingerBaseInfo[]KTVMusicBaseInfo. getSingerInfoSet()Get 演唱者基础信息列表KTVSingerBaseInfo[]KTVMusicTopInfo. getSingerInfoSet()Get 歌手名称列表Methods in com.tencentcloudapi.ame.v20190916.models with parameters of type KTVSingerBaseInfo Modifier and Type Method Description voidKTVMusicBaseInfo. setSingerInfoSet(KTVSingerBaseInfo[] SingerInfoSet)Set 演唱者基础信息列表voidKTVMusicTopInfo. setSingerInfoSet(KTVSingerBaseInfo[] SingerInfoSet)Set 歌手名称列表Constructors in com.tencentcloudapi.ame.v20190916.models with parameters of type KTVSingerBaseInfo Constructor Description KTVSingerBaseInfo(KTVSingerBaseInfo 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.
-