public class FileUrl extends AbstractModel
skipSign
Constructor and Description |
---|
FileUrl() |
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.
|
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public FileUrl()
public FileUrl(FileUrl source)
public String getUrl()
public void setUrl(String Url)
Url
- 下载文件的URL,有效期为输入的UrlTtl,默认5分钟public String getOption()
public void setOption(String Option)
Option
- 下载文件的附加信息。如果是pdf文件,会返回pdf文件每页的有效高宽
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.