public class TableConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
TableConfig() |
TableConfig(TableConfig 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 |
---|---|
String |
getDatabaseId()
Get Database ID
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getDatabaseName()
Get Database nameNote: This field may return null, indicating that no valid value can be obtained.
|
FieldConfig[] |
getFieldConfig()
Get Field Variable
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTableId()
Get Table ID
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTableKey()
Get Table Key
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTableName()
Get Table Name
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setDatabaseId(String DatabaseId)
Set Database ID
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setDatabaseName(String DatabaseName)
Set Database nameNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setFieldConfig(FieldConfig[] FieldConfig)
Set Field Variable
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTableId(String TableId)
Set Table ID
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTableKey(String TableKey)
Set Table Key
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTableName(String TableName)
Set Table Name
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 TableConfig()
public TableConfig(TableConfig source)
public String getDatabaseId()
public void setDatabaseId(String DatabaseId)
DatabaseId
- Database ID
Note: This field may return null, indicating that no valid value can be obtained.public String getDatabaseName()
public void setDatabaseName(String DatabaseName)
DatabaseName
- Database nameNote: This field may return null, indicating that no valid value can be obtained.public String getTableId()
public void setTableId(String TableId)
TableId
- Table ID
Note: This field may return null, indicating that no valid value can be obtained.public String getTableName()
public void setTableName(String TableName)
TableName
- Table Name
Note: This field may return null, indicating that no valid value can be obtained.public String getTableKey()
public void setTableKey(String TableKey)
TableKey
- Table Key
Note: This field may return null, indicating that no valid value can be obtained.public FieldConfig[] getFieldConfig()
public void setFieldConfig(FieldConfig[] FieldConfig)
FieldConfig
- Field Variable
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.