public class ImageUrl extends AbstractModel
Constructor and Description |
---|
ImageUrl() |
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.
|
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ImageUrl()
public ImageUrl(ImageUrl source)
public String getImageFile()
public void setImageFile(String ImageFile)
ImageFile
- 镜像文件COS链接,如设置私有读写,需授权腾讯云ECM运营账号访问权限。Copyright © 2021. All rights reserved.