Uses of Class
com.tencentcloudapi.ape.v20200513.models.ImageInfo
-
Packages that use ImageInfo Package Description com.tencentcloudapi.ape.v20200513.models -
-
Uses of ImageInfo in com.tencentcloudapi.ape.v20200513.models
Methods in com.tencentcloudapi.ape.v20200513.models that return ImageInfo Modifier and Type Method Description ImageInfoDownloadInfo. getImageInfo()Get 图片基础信息ImageInfo[]CreateOrderAndDownloadsRequest. getImageInfos()Get ImageId必填,单张购买,所有必填,会员身份可以省略部分参数Methods in com.tencentcloudapi.ape.v20200513.models with parameters of type ImageInfo Modifier and Type Method Description voidDownloadInfo. setImageInfo(ImageInfo ImageInfo)Set 图片基础信息voidCreateOrderAndDownloadsRequest. setImageInfos(ImageInfo[] ImageInfos)Set ImageId必填,单张购买,所有必填,会员身份可以省略部分参数Constructors in com.tencentcloudapi.ape.v20200513.models with parameters of type ImageInfo Constructor Description ImageInfo(ImageInfo 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.
-