Class ImageUrl
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.ImageUrl
-
public class ImageUrl extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getImageFile()
Get 镜像文件COS链接,如设置私有读写,需授权腾讯云ECM运营账号访问权限。void
setImageFile(String ImageFile)
Set 镜像文件COS链接,如设置私有读写,需授权腾讯云ECM运营账号访问权限。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ImageUrl
public ImageUrl()
-
ImageUrl
public 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.
-
-
Method Detail
-
getImageFile
public String getImageFile()
Get 镜像文件COS链接,如设置私有读写,需授权腾讯云ECM运营账号访问权限。- Returns:
- ImageFile 镜像文件COS链接,如设置私有读写,需授权腾讯云ECM运营账号访问权限。
-
setImageFile
public void setImageFile(String ImageFile)
Set 镜像文件COS链接,如设置私有读写,需授权腾讯云ECM运营账号访问权限。- Parameters:
ImageFile
- 镜像文件COS链接,如设置私有读写,需授权腾讯云ECM运营账号访问权限。
-
-