Uses of Class
com.tencentcloudapi.tcaplusdb.v20190823.models.SyncTableInfo
-
Packages that use SyncTableInfo Package Description com.tencentcloudapi.tcaplusdb.v20190823.models -
-
Uses of SyncTableInfo in com.tencentcloudapi.tcaplusdb.v20190823.models
Methods in com.tencentcloudapi.tcaplusdb.v20190823.models that return SyncTableInfo Modifier and Type Method Description SyncTableInfoTableInfoNew. getSyncTableInfo()Get 表格的缓写信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type SyncTableInfo Modifier and Type Method Description voidTableInfoNew. setSyncTableInfo(SyncTableInfo SyncTableInfo)Set 表格的缓写信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type SyncTableInfo Constructor Description SyncTableInfo(SyncTableInfo 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.
-