Package | Description |
---|---|
com.tencentcloudapi.waf.v20180125.models |
Modifier and Type | Method and Description |
---|---|
HostRecord |
DescribeHostResponse.getHost()
Get 域名详情
|
HostRecord |
CreateHostRequest.getHost()
Get 防护域名配置信息
|
HostRecord |
ModifyHostRequest.getHost()
Get 编辑的域名配置信息
|
HostRecord[] |
DescribeHostsResponse.getHostList()
Get 防护域名的列表
注意:此字段可能返回 null,表示取不到有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeHostResponse.setHost(HostRecord Host)
Set 域名详情
|
void |
CreateHostRequest.setHost(HostRecord Host)
Set 防护域名配置信息
|
void |
ModifyHostRequest.setHost(HostRecord Host)
Set 编辑的域名配置信息
|
void |
DescribeHostsResponse.setHostList(HostRecord[] HostList)
Set 防护域名的列表
注意:此字段可能返回 null,表示取不到有效值。
|
Constructor and 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.
|
Copyright © 2024. All rights reserved.