public class DescribeWafProtectionRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeWafProtectionRequest() |
DescribeWafProtectionRequest(DescribeWafProtectionRequest 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getGatewayId()
Get 网关ID
|
String |
getType()
Deprecated.
|
String[] |
getTypeList()
Get 防护资源类型列表,支持查询多个类型(Global、Service、Route、Object)。为空时,默认查询Global类型。
|
void |
setGatewayId(String GatewayId)
Set 网关ID
|
void |
setType(String Type)
Deprecated.
|
void |
setTypeList(String[] TypeList)
Set 防护资源类型列表,支持查询多个类型(Global、Service、Route、Object)。为空时,默认查询Global类型。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeWafProtectionRequest()
public DescribeWafProtectionRequest(DescribeWafProtectionRequest source)
public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId
- 网关ID@Deprecated public String getType()
@Deprecated public void setType(String Type)
Type
- 防护资源的类型。
- Global 实例
- Service 服务
- Route 路由
- Object 对象public String[] getTypeList()
public void setTypeList(String[] TypeList)
TypeList
- 防护资源类型列表,支持查询多个类型(Global、Service、Route、Object)。为空时,默认查询Global类型。Copyright © 2024. All rights reserved.