public class SyncTableField extends AbstractModel
Constructor and Description |
---|
SyncTableField() |
SyncTableField(SyncTableField 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 |
getSourceName()
Get Field name of TcaplusDB table
|
String |
getTargetName()
Get Field name of the target cache table
|
void |
setSourceName(String SourceName)
Set Field name of TcaplusDB table
|
void |
setTargetName(String TargetName)
Set Field name of the target cache table
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SyncTableField()
public SyncTableField(SyncTableField source)
public String getSourceName()
public void setSourceName(String SourceName)
SourceName
- Field name of TcaplusDB tablepublic String getTargetName()
public void setTargetName(String TargetName)
TargetName
- Field name of the target cache tableCopyright © 2023. All rights reserved.