public class DescribleL7RulesResponse extends AbstractModel
Constructor and Description |
---|
DescribleL7RulesResponse() |
Modifier and Type | Method and Description |
---|---|
L7RuleHealth[] |
getHealths()
Get Health check configuration list
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
L7RuleEntry[] |
getRules()
Get Forwarding rule list
|
Long |
getTotal()
Get Total number of rules
|
void |
setHealths(L7RuleHealth[] Healths)
Set Health check configuration list
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setRules(L7RuleEntry[] Rules)
Set Forwarding rule list
|
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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public L7RuleEntry[] getRules()
public void setRules(L7RuleEntry[] Rules)
Rules
- Forwarding rule listpublic Long getTotal()
public void setTotal(Long Total)
Total
- Total number of rulespublic L7RuleHealth[] getHealths()
public void setHealths(L7RuleHealth[] Healths)
Healths
- Health check configuration listpublic 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 © 2020. All rights reserved.