public class RulesItems extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDomain()
Get 域名
|
String |
getLocationId()
Get 规则id
|
LbRsTargets[] |
getTargets()
Get 绑定的后端对象
|
String |
getUrl()
Get uri
|
void |
setDomain(String Domain)
Set 域名
|
void |
setLocationId(String LocationId)
Set 规则id
|
void |
setTargets(LbRsTargets[] Targets)
Set 绑定的后端对象
|
void |
setUrl(String Url)
Set uri
|
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 RulesItems()
public RulesItems(RulesItems source)
public String getLocationId()
public void setLocationId(String LocationId)
LocationId
- 规则idpublic String getDomain()
public void setDomain(String Domain)
Domain
- 域名public String getUrl()
public void setUrl(String Url)
Url
- uripublic LbRsTargets[] getTargets()
public void setTargets(LbRsTargets[] Targets)
Targets
- 绑定的后端对象Copyright © 2022. All rights reserved.