public static class GetProcessDesignResponseBody.GetProcessDesignResponseBodyFormulaRulesRule
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
content
example:
EQ(#{textField_xxx},1)
|
String |
displayRule
example:
EQ(单行文本,1)
|
String |
source
example:
EQ(#{textField_xxx},1)
|
| 构造器和说明 |
|---|
GetProcessDesignResponseBodyFormulaRulesRule() |
@NameInMap(value="content") public String content
EQ(#{textField_xxx},1)
@NameInMap(value="displayRule") public String displayRule
EQ(单行文本,1)
@NameInMap(value="source") public String source
EQ(#{textField_xxx},1)
public GetProcessDesignResponseBodyFormulaRulesRule()
public static GetProcessDesignResponseBody.GetProcessDesignResponseBodyFormulaRulesRule build(Map<String,?> map) throws Exception
Exceptionpublic GetProcessDesignResponseBody.GetProcessDesignResponseBodyFormulaRulesRule setContent(String content)
public String getContent()
public GetProcessDesignResponseBody.GetProcessDesignResponseBodyFormulaRulesRule setDisplayRule(String displayRule)
public String getDisplayRule()
public GetProcessDesignResponseBody.GetProcessDesignResponseBodyFormulaRulesRule setSource(String source)
public String getSource()
Copyright © 2025. All rights reserved.