public static class GetProcessDesignResponseBody.GetProcessDesignResponseBodyProps
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Boolean |
allowCollaboration |
Boolean |
allowTemporaryStorage |
Boolean |
allowWithdraw |
String |
bindingForm
example:
FORM-xxx
|
Boolean |
noRecordRecall |
String |
processCode
example:
TPROC--BDC66HB1FIPNPCMNE5VV787RY4D5327NBKTZL0
|
String |
processDetailUrl
example:
https://xxx
|
String |
processInitUrl
example:
https://xxx
|
String |
processMobileDetailUrl
example:
https://xxx
|
Boolean |
stopAssociationRulesIfFailed |
构造器和说明 |
---|
GetProcessDesignResponseBodyProps() |
@NameInMap(value="allowCollaboration") public Boolean allowCollaboration
@NameInMap(value="allowTemporaryStorage") public Boolean allowTemporaryStorage
@NameInMap(value="allowWithdraw") public Boolean allowWithdraw
@NameInMap(value="bindingForm") public String bindingForm
FORM-xxx
@NameInMap(value="noRecordRecall") public Boolean noRecordRecall
@NameInMap(value="processCode") public String processCode
TPROC--BDC66HB1FIPNPCMNE5VV787RY4D5327NBKTZL0
@NameInMap(value="processDetailUrl") public String processDetailUrl
@NameInMap(value="processInitUrl") public String processInitUrl
@NameInMap(value="processMobileDetailUrl") public String processMobileDetailUrl
@NameInMap(value="stopAssociationRulesIfFailed") public Boolean stopAssociationRulesIfFailed
public static GetProcessDesignResponseBody.GetProcessDesignResponseBodyProps build(Map<String,?> map) throws Exception
Exception
public GetProcessDesignResponseBody.GetProcessDesignResponseBodyProps setAllowCollaboration(Boolean allowCollaboration)
public Boolean getAllowCollaboration()
public GetProcessDesignResponseBody.GetProcessDesignResponseBodyProps setAllowTemporaryStorage(Boolean allowTemporaryStorage)
public Boolean getAllowTemporaryStorage()
public GetProcessDesignResponseBody.GetProcessDesignResponseBodyProps setAllowWithdraw(Boolean allowWithdraw)
public Boolean getAllowWithdraw()
public GetProcessDesignResponseBody.GetProcessDesignResponseBodyProps setBindingForm(String bindingForm)
public String getBindingForm()
public GetProcessDesignResponseBody.GetProcessDesignResponseBodyProps setNoRecordRecall(Boolean noRecordRecall)
public Boolean getNoRecordRecall()
public GetProcessDesignResponseBody.GetProcessDesignResponseBodyProps setProcessCode(String processCode)
public String getProcessCode()
public GetProcessDesignResponseBody.GetProcessDesignResponseBodyProps setProcessDetailUrl(String processDetailUrl)
public String getProcessDetailUrl()
public GetProcessDesignResponseBody.GetProcessDesignResponseBodyProps setProcessInitUrl(String processInitUrl)
public String getProcessInitUrl()
public GetProcessDesignResponseBody.GetProcessDesignResponseBodyProps setProcessMobileDetailUrl(String processMobileDetailUrl)
public String getProcessMobileDetailUrl()
public GetProcessDesignResponseBody.GetProcessDesignResponseBodyProps setStopAssociationRulesIfFailed(Boolean stopAssociationRulesIfFailed)
public Boolean getStopAssociationRulesIfFailed()
Copyright © 2024. All rights reserved.