public class RuleTargets extends AbstractModel
header, skipSign| 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 转发规则的域名 | 
| FunctionTarget[] | getFunctionTargets()Get 后端云函数的信息 | 
| String | getLocationId()Get 转发规则的 ID | 
| Backend[] | getTargets()Get 后端服务的信息 | 
| String | getUrl()Get 转发规则的路径。 | 
| void | setDomain(String Domain)Set 转发规则的域名 | 
| void | setFunctionTargets(FunctionTarget[] FunctionTargets)Set 后端云函数的信息 | 
| void | setLocationId(String LocationId)Set 转发规则的 ID | 
| void | setTargets(Backend[] Targets)Set 后端服务的信息 | 
| void | setUrl(String Url)Set 转发规则的路径。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RuleTargets()
public RuleTargets(RuleTargets 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 - 转发规则的路径。public Backend[] getTargets()
public void setTargets(Backend[] Targets)
Targets - 后端服务的信息public FunctionTarget[] getFunctionTargets()
public void setFunctionTargets(FunctionTarget[] FunctionTargets)
FunctionTargets - 后端云函数的信息Copyright © 2025. All rights reserved.