public class ModifyL4HealthRequest extends AbstractModel
Constructor and Description |
---|
ModifyL4HealthRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getBusiness()
Get Anti-DDoS service type.
|
L4RuleHealth[] |
getHealths()
Get Health check parameter array
|
String |
getId()
Get Anti-DDoS instance ID
|
void |
setBusiness(String Business)
Set Anti-DDoS service type.
|
void |
setHealths(L4RuleHealth[] Healths)
Set Health check parameter array
|
void |
setId(String Id)
Set Anti-DDoS instance ID
|
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 String getBusiness()
public void setBusiness(String Business)
Business
- Anti-DDoS service type. `bgpip`: Anti-DDoS Advanced; `net`: Anti-DDoS Ultimatepublic String getId()
public void setId(String Id)
Id
- Anti-DDoS instance IDpublic L4RuleHealth[] getHealths()
public void setHealths(L4RuleHealth[] Healths)
Healths
- Health check parameter arrayCopyright © 2020. All rights reserved.