Uses of Class
com.tencentcloudapi.waf.v20180125.models.HostRecord
-
Packages that use HostRecord Package Description com.tencentcloudapi.waf.v20180125.models -
-
Uses of HostRecord in com.tencentcloudapi.waf.v20180125.models
Methods in com.tencentcloudapi.waf.v20180125.models that return HostRecord Modifier and Type Method Description HostRecordCreateHostRequest. getHost()Get 防护域名配置信息HostRecordDescribeHostResponse. getHost()Get 域名详情HostRecordModifyHostRequest. getHost()Get 编辑的域名配置信息HostRecord[]DescribeHostsResponse. getHostList()Get 防护域名的列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.waf.v20180125.models with parameters of type HostRecord Modifier and Type Method Description voidCreateHostRequest. setHost(HostRecord Host)Set 防护域名配置信息voidDescribeHostResponse. setHost(HostRecord Host)Set 域名详情voidModifyHostRequest. setHost(HostRecord Host)Set 编辑的域名配置信息voidDescribeHostsResponse. setHostList(HostRecord[] HostList)Set 防护域名的列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.waf.v20180125.models with parameters of type HostRecord Constructor Description HostRecord(HostRecord 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.
-