Uses of Class
com.tencentcloudapi.ame.v20190916.models.Artist
-
Packages that use Artist Package Description com.tencentcloudapi.ame.v20190916.models -
-
Uses of Artist in com.tencentcloudapi.ame.v20190916.models
Methods in com.tencentcloudapi.ame.v20190916.models that return Artist Modifier and Type Method Description Artist[]Item. getArtists()Get 多个歌手集合 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ame.v20190916.models with parameters of type Artist Modifier and Type Method Description voidItem. setArtists(Artist[] Artists)Set 多个歌手集合 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ame.v20190916.models with parameters of type Artist Constructor Description Artist(Artist 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.
-