public class FileUrl extends AbstractModel
header, 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 |
getFlowId()
Get 目录业务下,文件对应的流程
|
Long |
getIndex()
Get 下载文件所属的资源序号
|
String |
getOption()
Get 下载文件的附加信息
|
String |
getUrl()
Get 下载文件的URL
|
void |
setFlowId(String FlowId)
Set 目录业务下,文件对应的流程
|
void |
setIndex(Long Index)
Set 下载文件所属的资源序号
|
void |
setOption(String Option)
Set 下载文件的附加信息
|
void |
setUrl(String Url)
Set 下载文件的URL
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public FileUrl()
public FileUrl(FileUrl source)
public String getUrl()
public void setUrl(String Url)
Url
- 下载文件的URLpublic String getOption()
public void setOption(String Option)
Option
- 下载文件的附加信息public Long getIndex()
public void setIndex(Long Index)
Index
- 下载文件所属的资源序号public String getFlowId()
public void setFlowId(String FlowId)
FlowId
- 目录业务下,文件对应的流程Copyright © 2024. All rights reserved.