Class GetDownloadFlowUrlRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20210526.models.GetDownloadFlowUrlRequest
-
public class GetDownloadFlowUrlRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GetDownloadFlowUrlRequest()
GetDownloadFlowUrlRequest(GetDownloadFlowUrlRequest 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 Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Agent
getAgent()
Get 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.DownloadFlowInfo[]
getDownLoadFlows()
Get 文件夹数组,签署流程总数不能超过50个,一个文件夹下,不能超过20个签署流程UserInfo
getOperator()
Deprecated.void
setAgent(Agent Agent)
Set 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.void
setDownLoadFlows(DownloadFlowInfo[] DownLoadFlows)
Set 文件夹数组,签署流程总数不能超过50个,一个文件夹下,不能超过20个签署流程void
setOperator(UserInfo Operator)
Deprecated.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
-
GetDownloadFlowUrlRequest
public GetDownloadFlowUrlRequest()
-
GetDownloadFlowUrlRequest
public GetDownloadFlowUrlRequest(GetDownloadFlowUrlRequest 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
-
getAgent
public Agent getAgent()
Get 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。- Returns:
- Agent 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
-
setAgent
public void setAgent(Agent Agent)
Set 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。- Parameters:
Agent
- 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
-
getDownLoadFlows
public DownloadFlowInfo[] getDownLoadFlows()
Get 文件夹数组,签署流程总数不能超过50个,一个文件夹下,不能超过20个签署流程- Returns:
- DownLoadFlows 文件夹数组,签署流程总数不能超过50个,一个文件夹下,不能超过20个签署流程
-
setDownLoadFlows
public void setDownLoadFlows(DownloadFlowInfo[] DownLoadFlows)
Set 文件夹数组,签署流程总数不能超过50个,一个文件夹下,不能超过20个签署流程- Parameters:
DownLoadFlows
- 文件夹数组,签署流程总数不能超过50个,一个文件夹下,不能超过20个签署流程
-
getOperator
@Deprecated public UserInfo getOperator()
Deprecated.Get 操作者的信息,不用传- Returns:
- Operator 操作者的信息,不用传
-
setOperator
@Deprecated public void setOperator(UserInfo Operator)
Deprecated.Set 操作者的信息,不用传- Parameters:
Operator
- 操作者的信息,不用传
-
-