public class RuleTargets extends AbstractModel
Constructor and Description |
---|
RuleTargets() |
RuleTargets(RuleTargets 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 Domain name of the forwarding rule
|
FunctionTarget[] |
getFunctionTargets()
Get Information about backend SCF functions.
|
String |
getLocationId()
Get Forwarding rule ID
|
Backend[] |
getTargets()
Get Real server information
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getUrl()
Get Forwarding rule path.
|
void |
setDomain(String Domain)
Set Domain name of the forwarding rule
|
void |
setFunctionTargets(FunctionTarget[] FunctionTargets)
Set Information about backend SCF functions.
|
void |
setLocationId(String LocationId)
Set Forwarding rule ID
|
void |
setTargets(Backend[] Targets)
Set Real server information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUrl(String Url)
Set Forwarding rule 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 RuleTargets()
public RuleTargets(RuleTargets source)
public String getLocationId()
public void setLocationId(String LocationId)
LocationId
- Forwarding rule IDpublic String getDomain()
public void setDomain(String Domain)
Domain
- Domain name of the forwarding rulepublic String getUrl()
public void setUrl(String Url)
Url
- Forwarding rule path.public Backend[] getTargets()
public void setTargets(Backend[] Targets)
Targets
- Real server information
Note: This field may return null, indicating that no valid values can be obtained.public FunctionTarget[] getFunctionTargets()
public void setFunctionTargets(FunctionTarget[] FunctionTargets)
FunctionTargets
- Information about backend SCF functions.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.