Uses of Class
com.tencentcloudapi.waf.v20180125.models.HostStatus
-
Packages that use HostStatus Package Description com.tencentcloudapi.waf.v20180125.models -
-
Uses of HostStatus in com.tencentcloudapi.waf.v20180125.models
Methods in com.tencentcloudapi.waf.v20180125.models that return HostStatus Modifier and Type Method Description HostStatus[]ModifyHostStatusRequest. getHostsStatus()Get 域名状态列表Methods in com.tencentcloudapi.waf.v20180125.models with parameters of type HostStatus Modifier and Type Method Description voidModifyHostStatusRequest. setHostsStatus(HostStatus[] HostsStatus)Set 域名状态列表Constructors in com.tencentcloudapi.waf.v20180125.models with parameters of type HostStatus Constructor Description HostStatus(HostStatus 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.
-