Uses of Class
com.tencentcloudapi.cdb.v20170320.models.BinlogInfo
-
Packages that use BinlogInfo Package Description com.tencentcloudapi.cdb.v20170320.models -
-
Uses of BinlogInfo in com.tencentcloudapi.cdb.v20170320.models
Methods in com.tencentcloudapi.cdb.v20170320.models that return BinlogInfo Modifier and Type Method Description BinlogInfo[]DescribeBinlogsResponse. getItems()Get 符合查询条件的二进制日志文件详情。Methods in com.tencentcloudapi.cdb.v20170320.models with parameters of type BinlogInfo Modifier and Type Method Description voidDescribeBinlogsResponse. setItems(BinlogInfo[] Items)Set 符合查询条件的二进制日志文件详情。Constructors in com.tencentcloudapi.cdb.v20170320.models with parameters of type BinlogInfo Constructor Description BinlogInfo(BinlogInfo 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.
-