Uses of Class
com.tencentcloudapi.ame.v20190916.models.Item
-
Packages that use Item Package Description com.tencentcloudapi.ame.v20190916.models -
-
Uses of Item in com.tencentcloudapi.ame.v20190916.models
Methods in com.tencentcloudapi.ame.v20190916.models that return Item Modifier and Type Method Description Item[]DescribeItemByIdResponse. getItems()Get 歌曲信息 注意:此字段可能返回 null,表示取不到有效值。Item[]DescribeItemsResponse. getItems()Get Items 歌曲列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ame.v20190916.models with parameters of type Item Modifier and Type Method Description voidDescribeItemByIdResponse. setItems(Item[] Items)Set 歌曲信息 注意:此字段可能返回 null,表示取不到有效值。voidDescribeItemsResponse. setItems(Item[] Items)Set Items 歌曲列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ame.v20190916.models with parameters of type Item Constructor Description Item(Item 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.
-