Uses of Class
com.tencentcloudapi.dayu.v20180709.models.DDoSEventRecord
-
Packages that use DDoSEventRecord Package Description com.tencentcloudapi.dayu.v20180709.models -
-
Uses of DDoSEventRecord in com.tencentcloudapi.dayu.v20180709.models
Methods in com.tencentcloudapi.dayu.v20180709.models that return DDoSEventRecord Modifier and Type Method Description DDoSEventRecord[]DescribeDDoSEvListResponse. getData()Get DDoS攻击事件列表DDoSEventRecord[]DescribeDDoSNetEvListResponse. getData()Get DDoS攻击事件列表Methods in com.tencentcloudapi.dayu.v20180709.models with parameters of type DDoSEventRecord Modifier and Type Method Description voidDescribeDDoSEvListResponse. setData(DDoSEventRecord[] Data)Set DDoS攻击事件列表voidDescribeDDoSNetEvListResponse. setData(DDoSEventRecord[] Data)Set DDoS攻击事件列表Constructors in com.tencentcloudapi.dayu.v20180709.models with parameters of type DDoSEventRecord Constructor Description DDoSEventRecord(DDoSEventRecord 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.
-