Uses of Class
com.tencentcloudapi.dcdb.v20180411.models.LogFileInfo
-
Packages that use LogFileInfo Package Description com.tencentcloudapi.dcdb.v20180411.models -
-
Uses of LogFileInfo in com.tencentcloudapi.dcdb.v20180411.models
Methods in com.tencentcloudapi.dcdb.v20180411.models that return LogFileInfo Modifier and Type Method Description LogFileInfo[]DescribeDBLogFilesResponse. getFiles()Get 日志文件列表Methods in com.tencentcloudapi.dcdb.v20180411.models with parameters of type LogFileInfo Modifier and Type Method Description voidDescribeDBLogFilesResponse. setFiles(LogFileInfo[] Files)Set 日志文件列表Constructors in com.tencentcloudapi.dcdb.v20180411.models with parameters of type LogFileInfo Constructor Description LogFileInfo(LogFileInfo 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.
-