Uses of Class
com.tencentcloudapi.ape.v20200513.models.DownloadInfo
-
Packages that use DownloadInfo Package Description com.tencentcloudapi.ape.v20200513.models -
-
Uses of DownloadInfo in com.tencentcloudapi.ape.v20200513.models
Methods in com.tencentcloudapi.ape.v20200513.models that return DownloadInfo Modifier and Type Method Description DownloadInfo[]CreateOrderAndDownloadsResponse. getDownloadInfos()Get 成功核销后可以获取图片基本信息和原图地址 注意:此字段可能返回 null,表示取不到有效值。DownloadInfo[]DescribeDownloadInfosResponse. getDownloadInfos()Get 核销下载记录 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ape.v20200513.models with parameters of type DownloadInfo Modifier and Type Method Description voidCreateOrderAndDownloadsResponse. setDownloadInfos(DownloadInfo[] DownloadInfos)Set 成功核销后可以获取图片基本信息和原图地址 注意:此字段可能返回 null,表示取不到有效值。voidDescribeDownloadInfosResponse. setDownloadInfos(DownloadInfo[] DownloadInfos)Set 核销下载记录 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ape.v20200513.models with parameters of type DownloadInfo Constructor Description DownloadInfo(DownloadInfo 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.
-