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 配置
|
String |
getPath()
Get path 信息
|
void |
setBackend(IngressRuleBackend Backend)
Set backend 配置
|
void |
setPath(String Path)
Set path 信息
|
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 IngressRulePath()
public IngressRulePath(IngressRulePath source)
public String getPath()
public void setPath(String Path)
Path
- path 信息public IngressRuleBackend getBackend()
public void setBackend(IngressRuleBackend Backend)
Backend
- backend 配置Copyright © 2022. All rights reserved.