Uses of Class
com.tencentcloudapi.waf.v20180125.models.DownloadAttackRecordInfo
-
Packages that use DownloadAttackRecordInfo Package Description com.tencentcloudapi.waf.v20180125.models -
-
Uses of DownloadAttackRecordInfo in com.tencentcloudapi.waf.v20180125.models
Methods in com.tencentcloudapi.waf.v20180125.models that return DownloadAttackRecordInfo Modifier and Type Method Description DownloadAttackRecordInfo[]GetAttackDownloadRecordsResponse. getRecords()Get 下载攻击日志记录数组Methods in com.tencentcloudapi.waf.v20180125.models with parameters of type DownloadAttackRecordInfo Modifier and Type Method Description voidGetAttackDownloadRecordsResponse. setRecords(DownloadAttackRecordInfo[] Records)Set 下载攻击日志记录数组Constructors in com.tencentcloudapi.waf.v20180125.models with parameters of type DownloadAttackRecordInfo Constructor Description DownloadAttackRecordInfo(DownloadAttackRecordInfo 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.
-