public class CreateApplicationProxyRulesRequest extends AbstractModel
Constructor and Description |
---|
CreateApplicationProxyRulesRequest() |
CreateApplicationProxyRulesRequest(CreateApplicationProxyRulesRequest 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 |
getProxyId()
Get 代理ID
|
ApplicationProxyRule[] |
getRule()
Get 规则列表
|
String |
getZoneId()
Get 站点ID
|
void |
setProxyId(String ProxyId)
Set 代理ID
|
void |
setRule(ApplicationProxyRule[] Rule)
Set 规则列表
|
void |
setZoneId(String ZoneId)
Set 站点ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateApplicationProxyRulesRequest()
public CreateApplicationProxyRulesRequest(CreateApplicationProxyRulesRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- 站点IDpublic String getProxyId()
public void setProxyId(String ProxyId)
ProxyId
- 代理IDpublic ApplicationProxyRule[] getRule()
public void setRule(ApplicationProxyRule[] Rule)
Rule
- 规则列表Copyright © 2022. All rights reserved.