Class FileUrl
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20201222.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
getFlowId()
Get 目录业务下,文件对应的流程Long
getIndex()
Get 下载文件所属的资源序号String
getOption()
Get 下载文件的附加信息String
getUrl()
Get 下载文件的URLvoid
setFlowId(String FlowId)
Set 目录业务下,文件对应的流程void
setIndex(Long Index)
Set 下载文件所属的资源序号void
setOption(String Option)
Set 下载文件的附加信息void
setUrl(String Url)
Set 下载文件的URLvoid
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- Returns:
- Url 下载文件的URL
-
setUrl
public void setUrl(String Url)
Set 下载文件的URL- Parameters:
Url
- 下载文件的URL
-
getOption
public String getOption()
Get 下载文件的附加信息- Returns:
- Option 下载文件的附加信息
-
setOption
public void setOption(String Option)
Set 下载文件的附加信息- Parameters:
Option
- 下载文件的附加信息
-
getIndex
public Long getIndex()
Get 下载文件所属的资源序号- Returns:
- Index 下载文件所属的资源序号
-
setIndex
public void setIndex(Long Index)
Set 下载文件所属的资源序号- Parameters:
Index
- 下载文件所属的资源序号
-
getFlowId
public String getFlowId()
Get 目录业务下,文件对应的流程- Returns:
- FlowId 目录业务下,文件对应的流程
-
setFlowId
public void setFlowId(String FlowId)
Set 目录业务下,文件对应的流程- Parameters:
FlowId
- 目录业务下,文件对应的流程
-
-