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 Overall rule configuration | 
| void | setPaths(IngressRulePath[] Paths)Set Overall rule configuration | 
| 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, toJsonStringpublic IngressRuleValue()
public IngressRuleValue(IngressRuleValue source)
public IngressRulePath[] getPaths()
public void setPaths(IngressRulePath[] Paths)
Paths - Overall rule configurationCopyright © 2021. All rights reserved.