public class IngressRuleValue extends AbstractModel
Constructor and Description |
---|
IngressRuleValue() |
IngressRuleValue(IngressRuleValue 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 |
---|---|
IngressRulePath[] |
getPaths()
Get rule 整体配置
|
void |
setPaths(IngressRulePath[] Paths)
Set rule 整体配置
|
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 IngressRuleValue()
public IngressRuleValue(IngressRuleValue source)
public IngressRulePath[] getPaths()
public void setPaths(IngressRulePath[] Paths)
Paths
- rule 整体配置Copyright © 2022. All rights reserved.