Package | Description |
---|---|
com.tencentcloudapi.wedata.v20210820.models |
Modifier and Type | Method and Description |
---|---|
RuleFieldConfig |
CreateRuleRequest.getFieldConfig()
Get 自定义模版sql表达式字段替换参数
|
RuleFieldConfig |
Rule.getFieldConfig()
Get 自定义模版sql表达式参数
注意:此字段可能返回 null,表示取不到有效值。
|
RuleFieldConfig |
RuleExecResult.getFieldConfig()
Get 自定义模版sql表达式参数
注意:此字段可能返回 null,表示取不到有效值。
|
RuleFieldConfig |
ModifyRuleRequest.getFieldConfig()
Get 自定义模版sql表达式字段替换参数
|
Modifier and Type | Method and Description |
---|---|
void |
CreateRuleRequest.setFieldConfig(RuleFieldConfig FieldConfig)
Set 自定义模版sql表达式字段替换参数
|
void |
Rule.setFieldConfig(RuleFieldConfig FieldConfig)
Set 自定义模版sql表达式参数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
RuleExecResult.setFieldConfig(RuleFieldConfig FieldConfig)
Set 自定义模版sql表达式参数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
ModifyRuleRequest.setFieldConfig(RuleFieldConfig FieldConfig)
Set 自定义模版sql表达式字段替换参数
|
Constructor and Description |
---|
RuleFieldConfig(RuleFieldConfig 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.
|
Copyright © 2024. All rights reserved.