public class RuleTargets extends AbstractModel
| Constructor and Description | 
|---|
| RuleTargets() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDomain()Get Domain name of the forwarding rule | 
| 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 | 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, toJsonStringpublic 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.Copyright © 2020. All rights reserved.