Uses of Class
com.tencentcloudapi.ecm.v20190719.models.ImageUrl
-
Packages that use ImageUrl Package Description com.tencentcloudapi.ecm.v20190719.models -
-
Uses of ImageUrl in com.tencentcloudapi.ecm.v20190719.models
Methods in com.tencentcloudapi.ecm.v20190719.models that return ImageUrl Modifier and Type Method Description ImageUrl[]ImportCustomImageRequest. getImageUrls()Get 镜像文件描述,多层镜像按顺序传入Methods in com.tencentcloudapi.ecm.v20190719.models with parameters of type ImageUrl Modifier and Type Method Description voidImportCustomImageRequest. setImageUrls(ImageUrl[] ImageUrls)Set 镜像文件描述,多层镜像按顺序传入Constructors in com.tencentcloudapi.ecm.v20190719.models with parameters of type ImageUrl Constructor Description ImageUrl(ImageUrl 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.
-