Uses of Class
com.tencentcloudapi.ame.v20190916.models.DataInfo
-
Packages that use DataInfo Package Description com.tencentcloudapi.ame.v20190916.models -
-
Uses of DataInfo in com.tencentcloudapi.ame.v20190916.models
Methods in com.tencentcloudapi.ame.v20190916.models that return DataInfo Modifier and Type Method Description DataInfoItem. getDataInfo()Get Song info 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ame.v20190916.models with parameters of type DataInfo Modifier and Type Method Description voidItem. setDataInfo(DataInfo DataInfo)Set Song info 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ame.v20190916.models with parameters of type DataInfo Constructor Description DataInfo(DataInfo 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.
-