public class RuleFieldConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
RuleFieldConfig() |
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.
|
Modifier and Type | Method and Description |
---|---|
TableConfig[] |
getTableConfig()
Get Database Table Variable
Note: This field may return null, indicating that no valid value can be obtained.
|
FieldConfig[] |
getWhereConfig()
Get Where Variable
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTableConfig(TableConfig[] TableConfig)
Set Database Table Variable
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setWhereConfig(FieldConfig[] WhereConfig)
Set Where Variable
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RuleFieldConfig()
public RuleFieldConfig(RuleFieldConfig source)
public FieldConfig[] getWhereConfig()
public void setWhereConfig(FieldConfig[] WhereConfig)
WhereConfig
- Where Variable
Note: This field may return null, indicating that no valid value can be obtained.public TableConfig[] getTableConfig()
public void setTableConfig(TableConfig[] TableConfig)
TableConfig
- Database Table Variable
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.