Uses of Class
com.tencentcloudapi.ape.v20200513.models.DescribeImageResponse
-
Packages that use DescribeImageResponse Package Description com.tencentcloudapi.ape.v20200513 com.tencentcloudapi.ape.v20200513.models -
-
Uses of DescribeImageResponse in com.tencentcloudapi.ape.v20200513
Methods in com.tencentcloudapi.ape.v20200513 that return DescribeImageResponse Modifier and Type Method Description DescribeImageResponseApeClient. DescribeImage(DescribeImageRequest req)根据ID查询一张图片的详细信息 -
Uses of DescribeImageResponse in com.tencentcloudapi.ape.v20200513.models
Constructors in com.tencentcloudapi.ape.v20200513.models with parameters of type DescribeImageResponse Constructor Description DescribeImageResponse(DescribeImageResponse 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.
-