Class RulesItems
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.clb.v20180317.models.RulesItems
-
public class RulesItems extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RulesItems()RulesItems(RulesItems 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 StringgetDomain()Get 域名StringgetLocationId()Get 规则idLbRsTargets[]getTargets()Get 绑定的后端对象StringgetUrl()Get urivoidsetDomain(String Domain)Set 域名voidsetLocationId(String LocationId)Set 规则idvoidsetTargets(LbRsTargets[] Targets)Set 绑定的后端对象voidsetUrl(String Url)Set urivoidtoMap(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
-
RulesItems
public RulesItems()
-
RulesItems
public RulesItems(RulesItems 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
-
getLocationId
public String getLocationId()
Get 规则id- Returns:
- LocationId 规则id
-
setLocationId
public void setLocationId(String LocationId)
Set 规则id- Parameters:
LocationId- 规则id
-
getDomain
public String getDomain()
Get 域名- Returns:
- Domain 域名
-
setDomain
public void setDomain(String Domain)
Set 域名- Parameters:
Domain- 域名
-
getUrl
public String getUrl()
Get uri- Returns:
- Url uri
-
setUrl
public void setUrl(String Url)
Set uri- Parameters:
Url- uri
-
getTargets
public LbRsTargets[] getTargets()
Get 绑定的后端对象- Returns:
- Targets 绑定的后端对象
-
setTargets
public void setTargets(LbRsTargets[] Targets)
Set 绑定的后端对象- Parameters:
Targets- 绑定的后端对象
-
-