Uses of Class
com.tencentcloudapi.ess.v20201111.models.FileInfo
-
Packages that use FileInfo Package Description com.tencentcloudapi.ess.v20201111.models -
-
Uses of FileInfo in com.tencentcloudapi.ess.v20201111.models
Methods in com.tencentcloudapi.ess.v20201111.models that return FileInfo Modifier and Type Method Description FileInfo[]
TemplateInfo. getFileInfos()
Get 生成模板的文件基础信息Methods in com.tencentcloudapi.ess.v20201111.models with parameters of type FileInfo Modifier and Type Method Description void
TemplateInfo. setFileInfos(FileInfo[] FileInfos)
Set 生成模板的文件基础信息Constructors in com.tencentcloudapi.ess.v20201111.models with parameters of type FileInfo Constructor Description FileInfo(FileInfo 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.
-