Uses of Class
com.tencentcloudapi.tcaplusdb.v20190823.models.TableRollbackResultNew
-
Packages that use TableRollbackResultNew Package Description com.tencentcloudapi.tcaplusdb.v20190823.models -
-
Uses of TableRollbackResultNew in com.tencentcloudapi.tcaplusdb.v20190823.models
Methods in com.tencentcloudapi.tcaplusdb.v20190823.models that return TableRollbackResultNew Modifier and Type Method Description TableRollbackResultNew[]RollbackTablesResponse. getTableResults()Get 表格回档任务结果列表Methods in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type TableRollbackResultNew Modifier and Type Method Description voidRollbackTablesResponse. setTableResults(TableRollbackResultNew[] TableResults)Set 表格回档任务结果列表Constructors in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type TableRollbackResultNew Constructor Description TableRollbackResultNew(TableRollbackResultNew 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.
-