public class RuleHealth extends AbstractModel
| Constructor and Description |
|---|
RuleHealth() |
| Modifier and Type | Method and Description |
|---|---|
TargetHealth[] |
getTargets()
Get 本规则上绑定的后端的健康检查状态
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTargets(TargetHealth[] Targets)
Set 本规则上绑定的后端的健康检查状态
注意:此字段可能返回 null,表示取不到有效值。
|
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 TargetHealth[] getTargets()
public void setTargets(TargetHealth[] Targets)
Targets - 本规则上绑定的后端的健康检查状态
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.