Uses of Class
com.tencentcloudapi.waf.v20180125.models.HostDel
-
Packages that use HostDel Package Description com.tencentcloudapi.waf.v20180125.models -
-
Uses of HostDel in com.tencentcloudapi.waf.v20180125.models
Methods in com.tencentcloudapi.waf.v20180125.models that return HostDel Modifier and Type Method Description HostDel[]DeleteHostRequest. getHostsDel()Get 删除的域名列表Methods in com.tencentcloudapi.waf.v20180125.models with parameters of type HostDel Modifier and Type Method Description voidDeleteHostRequest. setHostsDel(HostDel[] HostsDel)Set 删除的域名列表Constructors in com.tencentcloudapi.waf.v20180125.models with parameters of type HostDel Constructor Description HostDel(HostDel 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.
-