Uses of Class
com.tencentcloudapi.mariadb.v20170312.models.LogFileInfo
-
Packages that use LogFileInfo Package Description com.tencentcloudapi.mariadb.v20170312.models -
-
Uses of LogFileInfo in com.tencentcloudapi.mariadb.v20170312.models
Methods in com.tencentcloudapi.mariadb.v20170312.models that return LogFileInfo Modifier and Type Method Description LogFileInfo[]DescribeDBLogFilesResponse. getFiles()Get 包含uri、length、mtime(修改时间)等信息Methods in com.tencentcloudapi.mariadb.v20170312.models with parameters of type LogFileInfo Modifier and Type Method Description voidDescribeDBLogFilesResponse. setFiles(LogFileInfo[] Files)Set 包含uri、length、mtime(修改时间)等信息Constructors in com.tencentcloudapi.mariadb.v20170312.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.
-