public class OpenWafProtectionRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
OpenWafProtectionRequest() |
OpenWafProtectionRequest(OpenWafProtectionRequest 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[] |
getList()
Get 当资源类型 Type 是 Service 或 Route 的时候,传入的服务或路由的列表
|
String |
getType()
Get 防护资源的类型。
- Global 实例
- Service 服务
- Route 路由
- Object 对象(接口暂不支持)
|
void |
setGatewayId(String GatewayId)
Set 网关ID
|
void |
setList(String[] List)
Set 当资源类型 Type 是 Service 或 Route 的时候,传入的服务或路由的列表
|
void |
setType(String Type)
Set 防护资源的类型。
- Global 实例
- Service 服务
- Route 路由
- Object 对象(接口暂不支持)
|
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 OpenWafProtectionRequest()
public OpenWafProtectionRequest(OpenWafProtectionRequest source)
public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId
- 网关IDpublic String getType()
public void setType(String Type)
Type
- 防护资源的类型。
- Global 实例
- Service 服务
- Route 路由
- Object 对象(接口暂不支持)public String[] getList()
public void setList(String[] List)
List
- 当资源类型 Type 是 Service 或 Route 的时候,传入的服务或路由的列表Copyright © 2024. All rights reserved.