Class FileUrl
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ess.v20201111.models.FileUrl
-
public class FileUrl 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
getOption()
Get 下载文件的附加信息。如果是pdf文件,会返回pdf文件每页的有效高宽 注意:此字段可能返回 null,表示取不到有效值。String
getUrl()
Get 下载文件的URL,有效期为输入的UrlTtl,默认5分钟void
setOption(String Option)
Set 下载文件的附加信息。如果是pdf文件,会返回pdf文件每页的有效高宽 注意:此字段可能返回 null,表示取不到有效值。void
setUrl(String Url)
Set 下载文件的URL,有效期为输入的UrlTtl,默认5分钟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
-
FileUrl
public FileUrl()
-
FileUrl
public FileUrl(FileUrl 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
-
getUrl
public String getUrl()
Get 下载文件的URL,有效期为输入的UrlTtl,默认5分钟- Returns:
- Url 下载文件的URL,有效期为输入的UrlTtl,默认5分钟
-
setUrl
public void setUrl(String Url)
Set 下载文件的URL,有效期为输入的UrlTtl,默认5分钟- Parameters:
Url
- 下载文件的URL,有效期为输入的UrlTtl,默认5分钟
-
getOption
public String getOption()
Get 下载文件的附加信息。如果是pdf文件,会返回pdf文件每页的有效高宽 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Option 下载文件的附加信息。如果是pdf文件,会返回pdf文件每页的有效高宽 注意:此字段可能返回 null,表示取不到有效值。
-
setOption
public void setOption(String Option)
Set 下载文件的附加信息。如果是pdf文件,会返回pdf文件每页的有效高宽 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Option
- 下载文件的附加信息。如果是pdf文件,会返回pdf文件每页的有效高宽 注意:此字段可能返回 null,表示取不到有效值。
-
-