Uses of Class
com.tencentcloudapi.cls.v20201016.models.FilePathInfo
-
Packages that use FilePathInfo Package Description com.tencentcloudapi.cls.v20201016.models -
-
Uses of FilePathInfo in com.tencentcloudapi.cls.v20201016.models
Methods in com.tencentcloudapi.cls.v20201016.models that return FilePathInfo Modifier and Type Method Description FilePathInfo[]ContainerFileInfo. getFilePaths()Get 日志文件信息Methods in com.tencentcloudapi.cls.v20201016.models with parameters of type FilePathInfo Modifier and Type Method Description voidContainerFileInfo. setFilePaths(FilePathInfo[] FilePaths)Set 日志文件信息Constructors in com.tencentcloudapi.cls.v20201016.models with parameters of type FilePathInfo Constructor Description FilePathInfo(FilePathInfo 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.
-