public class CreateDocumentResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateDocumentResponse() |
CreateDocumentResponse(CreateDocumentResponse 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 |
---|---|
ApproverItem[] |
getApprovers()
Get 签署方信息,如角色ID、角色名称等
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDocumentId()
Get 合同流程的底层电子文档ID,为32位字符串。
注:
后续需用同样的FlowId再次调用[发起签署流程](https://qian.tencent.com/developers/companyApis/startFlows/StartFlow),合同才能进入签署环节
|
String |
getPreviewFileUrl()
Get 合同预览链接URL。
注: `1.如果是预览模式(即NeedPreview设置为true)时, 才会有此预览链接URL`
`2.当使用的模板中存在动态表格控件时,预览结果中没有动态表格的填写内容`
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setApprovers(ApproverItem[] Approvers)
Set 签署方信息,如角色ID、角色名称等
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDocumentId(String DocumentId)
Set 合同流程的底层电子文档ID,为32位字符串。
注:
后续需用同样的FlowId再次调用[发起签署流程](https://qian.tencent.com/developers/companyApis/startFlows/StartFlow),合同才能进入签署环节
|
void |
setPreviewFileUrl(String PreviewFileUrl)
Set 合同预览链接URL。
注: `1.如果是预览模式(即NeedPreview设置为true)时, 才会有此预览链接URL`
`2.当使用的模板中存在动态表格控件时,预览结果中没有动态表格的填写内容`
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
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 CreateDocumentResponse()
public CreateDocumentResponse(CreateDocumentResponse source)
public String getDocumentId()
public void setDocumentId(String DocumentId)
DocumentId
- 合同流程的底层电子文档ID,为32位字符串。
注:
后续需用同样的FlowId再次调用[发起签署流程](https://qian.tencent.com/developers/companyApis/startFlows/StartFlow),合同才能进入签署环节public String getPreviewFileUrl()
public void setPreviewFileUrl(String PreviewFileUrl)
PreviewFileUrl
- 合同预览链接URL。
注: `1.如果是预览模式(即NeedPreview设置为true)时, 才会有此预览链接URL`
`2.当使用的模板中存在动态表格控件时,预览结果中没有动态表格的填写内容`
注意:此字段可能返回 null,表示取不到有效值。public ApproverItem[] getApprovers()
public void setApprovers(ApproverItem[] Approvers)
Approvers
- 签署方信息,如角色ID、角色名称等
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.