Package | Description |
---|---|
com.tencentcloudapi.wedata.v20210820.models |
Modifier and Type | Method and Description |
---|---|
RuleFieldConfig |
CreateRuleRequest.getFieldConfig()
Get Custom Definition Template SQL Expression Field Replacement Parameter
|
RuleFieldConfig |
Rule.getFieldConfig()
Get From Definition template SQL expression parameters
Note: This field may return null, indicating that no valid value can be obtained.
|
RuleFieldConfig |
RuleExecResult.getFieldConfig()
Get Custom Definition Template SQL Expression Parameters
Note: This field may return null, indicating that no valid value can be obtained.
|
RuleFieldConfig |
ModifyRuleRequest.getFieldConfig()
Get Custom Definition Template SQL Expression Field Replacement Parameter
|
Modifier and Type | Method and Description |
---|---|
void |
CreateRuleRequest.setFieldConfig(RuleFieldConfig FieldConfig)
Set Custom Definition Template SQL Expression Field Replacement Parameter
|
void |
Rule.setFieldConfig(RuleFieldConfig FieldConfig)
Set From Definition template SQL expression parameters
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
RuleExecResult.setFieldConfig(RuleFieldConfig FieldConfig)
Set Custom Definition Template SQL Expression Parameters
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
ModifyRuleRequest.setFieldConfig(RuleFieldConfig FieldConfig)
Set Custom Definition Template SQL Expression Field Replacement Parameter
|
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.