Class SyncTableField
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcaplusdb.v20190823.models.SyncTableField
-
public class SyncTableField extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSourceName()Get TcaplusDB表字段名称StringgetTargetName()Get 目标缓写表的字段名称voidsetSourceName(String SourceName)Set TcaplusDB表字段名称voidsetTargetName(String TargetName)Set 目标缓写表的字段名称voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SyncTableField
public SyncTableField()
-
SyncTableField
public 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.
-
-
Method Detail
-
getSourceName
public String getSourceName()
Get TcaplusDB表字段名称- Returns:
- SourceName TcaplusDB表字段名称
-
setSourceName
public void setSourceName(String SourceName)
Set TcaplusDB表字段名称- Parameters:
SourceName- TcaplusDB表字段名称
-
getTargetName
public String getTargetName()
Get 目标缓写表的字段名称- Returns:
- TargetName 目标缓写表的字段名称
-
setTargetName
public void setTargetName(String TargetName)
Set 目标缓写表的字段名称- Parameters:
TargetName- 目标缓写表的字段名称
-
-