public class IngressRulePath extends AbstractModel
| Constructor and Description | 
|---|
| IngressRulePath() | 
| IngressRulePath(IngressRulePath 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 | 
|---|---|
| IngressRuleBackend | getBackend()Get Backend configuration | 
| String | getPath()Get Path information | 
| void | setBackend(IngressRuleBackend Backend)Set Backend configuration | 
| void | setPath(String Path)Set Path information | 
| 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 IngressRulePath()
public IngressRulePath(IngressRulePath source)
public String getPath()
public void setPath(String Path)
Path - Path informationpublic IngressRuleBackend getBackend()
public void setBackend(IngressRuleBackend Backend)
Backend - Backend configurationCopyright © 2021. All rights reserved.