public class DescribeNewL7RulesResponse extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeNewL7RulesResponse() |
DescribeNewL7RulesResponse(DescribeNewL7RulesResponse 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 |
---|---|
L7RuleHealth[] |
getHealths()
Get List of health check settings
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
NewL7RuleEntry[] |
getRules()
Get List of forwarding rules
|
Long |
getTotal()
Get Total number of rules
|
void |
setHealths(L7RuleHealth[] Healths)
Set List of health check settings
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setRules(NewL7RuleEntry[] Rules)
Set List of forwarding rules
|
void |
setTotal(Long Total)
Set Total number of rules
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeNewL7RulesResponse()
public DescribeNewL7RulesResponse(DescribeNewL7RulesResponse source)
public NewL7RuleEntry[] getRules()
public void setRules(NewL7RuleEntry[] Rules)
Rules
- List of forwarding rulespublic L7RuleHealth[] getHealths()
public void setHealths(L7RuleHealth[] Healths)
Healths
- List of health check settingspublic Long getTotal()
public void setTotal(Long Total)
Total
- Total number of rulespublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.