Class IngressRulePath
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tem.v20210701.models.IngressRulePath
-
public class IngressRulePath extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IngressRuleBackendgetBackend()Get backend 配置StringgetPath()Get path 信息voidsetBackend(IngressRuleBackend Backend)Set backend 配置voidsetPath(String Path)Set path 信息voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
IngressRulePath
public IngressRulePath()
-
IngressRulePath
public 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.
-
-
Method Detail
-
getPath
public String getPath()
Get path 信息- Returns:
- Path path 信息
-
setPath
public void setPath(String Path)
Set path 信息- Parameters:
Path- path 信息
-
getBackend
public IngressRuleBackend getBackend()
Get backend 配置- Returns:
- Backend backend 配置
-
setBackend
public void setBackend(IngressRuleBackend Backend)
Set backend 配置- Parameters:
Backend- backend 配置
-
-