Class UploadFilesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20210526.models.UploadFilesRequest
-
public class UploadFilesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UploadFilesRequest()
UploadFilesRequest(UploadFilesRequest 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.AppId 和 Agent.ProxyOrganizationOpenId 必填String
getBusinessType()
Get 文件对应业务类型 1.UploadFile[]
getFileInfos()
Get 上传文件内容数组,最多支持20个文件UserInfo
getOperator()
Deprecated.void
setAgent(Agent Agent)
Set 应用相关信息,若是第三方应用集成调用 若是第三方应用集成调用,Agent.AppId 和 Agent.ProxyOrganizationOpenId 必填void
setBusinessType(String BusinessType)
Set 文件对应业务类型 1.void
setFileInfos(UploadFile[] FileInfos)
Set 上传文件内容数组,最多支持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
-
UploadFilesRequest
public UploadFilesRequest()
-
UploadFilesRequest
public UploadFilesRequest(UploadFilesRequest 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.AppId 和 Agent.ProxyOrganizationOpenId 必填- Returns:
- Agent 应用相关信息,若是第三方应用集成调用 若是第三方应用集成调用,Agent.AppId 和 Agent.ProxyOrganizationOpenId 必填
-
setAgent
public void setAgent(Agent Agent)
Set 应用相关信息,若是第三方应用集成调用 若是第三方应用集成调用,Agent.AppId 和 Agent.ProxyOrganizationOpenId 必填- Parameters:
Agent
- 应用相关信息,若是第三方应用集成调用 若是第三方应用集成调用,Agent.AppId 和 Agent.ProxyOrganizationOpenId 必填
-
getBusinessType
public String getBusinessType()
Get 文件对应业务类型 1. TEMPLATE - 模板; 文件类型:.pdf/.doc/.docx/.html 2. DOCUMENT - 签署过程及签署后的合同文档/图片控件 文件类型:.pdf/.doc/.docx/.jpg/.png/.xls.xlsx/.html- Returns:
- BusinessType 文件对应业务类型 1. TEMPLATE - 模板; 文件类型:.pdf/.doc/.docx/.html 2. DOCUMENT - 签署过程及签署后的合同文档/图片控件 文件类型:.pdf/.doc/.docx/.jpg/.png/.xls.xlsx/.html
-
setBusinessType
public void setBusinessType(String BusinessType)
Set 文件对应业务类型 1. TEMPLATE - 模板; 文件类型:.pdf/.doc/.docx/.html 2. DOCUMENT - 签署过程及签署后的合同文档/图片控件 文件类型:.pdf/.doc/.docx/.jpg/.png/.xls.xlsx/.html- Parameters:
BusinessType
- 文件对应业务类型 1. TEMPLATE - 模板; 文件类型:.pdf/.doc/.docx/.html 2. DOCUMENT - 签署过程及签署后的合同文档/图片控件 文件类型:.pdf/.doc/.docx/.jpg/.png/.xls.xlsx/.html
-
getFileInfos
public UploadFile[] getFileInfos()
Get 上传文件内容数组,最多支持20个文件- Returns:
- FileInfos 上传文件内容数组,最多支持20个文件
-
setFileInfos
public void setFileInfos(UploadFile[] FileInfos)
Set 上传文件内容数组,最多支持20个文件- Parameters:
FileInfos
- 上传文件内容数组,最多支持20个文件
-
getOperator
@Deprecated public UserInfo getOperator()
Deprecated.Get 操作者的信息- Returns:
- Operator 操作者的信息
-
setOperator
@Deprecated public void setOperator(UserInfo Operator)
Deprecated.Set 操作者的信息- Parameters:
Operator
- 操作者的信息
-
-