public class Layer7Rule extends AbstractModel
Constructor and Description |
---|
Layer7Rule() |
Layer7Rule(Layer7Rule 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 |
getDomain()
Get 域名
|
RuleInstanceRelation[] |
getInstanceDetailRule()
Get 规则所属的资源实例
|
InstanceRelation[] |
getInstanceDetails()
Get 资源实例
|
ProxyTypeInfo[] |
getProxyTypeList()
Get 转发类型列表
|
SourceServer[] |
getRealServers()
Get 源站列表
|
void |
setDomain(String Domain)
Set 域名
|
void |
setInstanceDetailRule(RuleInstanceRelation[] InstanceDetailRule)
Set 规则所属的资源实例
|
void |
setInstanceDetails(InstanceRelation[] InstanceDetails)
Set 资源实例
|
void |
setProxyTypeList(ProxyTypeInfo[] ProxyTypeList)
Set 转发类型列表
|
void |
setRealServers(SourceServer[] RealServers)
Set 源站列表
|
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 Layer7Rule()
public Layer7Rule(Layer7Rule source)
public String getDomain()
public void setDomain(String Domain)
Domain
- 域名public ProxyTypeInfo[] getProxyTypeList()
public void setProxyTypeList(ProxyTypeInfo[] ProxyTypeList)
ProxyTypeList
- 转发类型列表public SourceServer[] getRealServers()
public void setRealServers(SourceServer[] RealServers)
RealServers
- 源站列表public InstanceRelation[] getInstanceDetails()
public void setInstanceDetails(InstanceRelation[] InstanceDetails)
InstanceDetails
- 资源实例public RuleInstanceRelation[] getInstanceDetailRule()
public void setInstanceDetailRule(RuleInstanceRelation[] InstanceDetailRule)
InstanceDetailRule
- 规则所属的资源实例Copyright © 2022. All rights reserved.