Uses of Class
com.tencentcloudapi.cwp.v20180228.models.ProtectStat
-
Packages that use ProtectStat Package Description com.tencentcloudapi.cwp.v20180228.models -
-
Uses of ProtectStat in com.tencentcloudapi.cwp.v20180228.models
Methods in com.tencentcloudapi.cwp.v20180228.models that return ProtectStat Modifier and Type Method Description ProtectStat[]DescribeWebPageProtectStatResponse. getFileTamperNum()Get 文件篡改信息ProtectStat[]DescribeWebPageProtectStatResponse. getProtectFileType()Get 防护文件分类信息Methods in com.tencentcloudapi.cwp.v20180228.models with parameters of type ProtectStat Modifier and Type Method Description voidDescribeWebPageProtectStatResponse. setFileTamperNum(ProtectStat[] FileTamperNum)Set 文件篡改信息voidDescribeWebPageProtectStatResponse. setProtectFileType(ProtectStat[] ProtectFileType)Set 防护文件分类信息Constructors in com.tencentcloudapi.cwp.v20180228.models with parameters of type ProtectStat Constructor Description ProtectStat(ProtectStat 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.
-