public class ModifyL4KeepTimeRequest extends AbstractModel
Constructor and Description |
---|
ModifyL4KeepTimeRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getBusiness()
Get Anti-DDoS service type.
|
String |
getId()
Get Anti-DDoS instance ID
|
Long |
getKeepEnable()
Get Session persistence status.
|
Long |
getKeepTime()
Get Session persistence duration in seconds
|
String |
getRuleId()
Get Rule ID
|
void |
setBusiness(String Business)
Set Anti-DDoS service type.
|
void |
setId(String Id)
Set Anti-DDoS instance ID
|
void |
setKeepEnable(Long KeepEnable)
Set Session persistence status.
|
void |
setKeepTime(Long KeepTime)
Set Session persistence duration in seconds
|
void |
setRuleId(String RuleId)
Set Rule 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 String getRuleId()
public void setRuleId(String RuleId)
RuleId
- Rule IDpublic Long getKeepEnable()
public void setKeepEnable(Long KeepEnable)
KeepEnable
- Session persistence status. Valid values: [0 (disabled), 1 (enabled)]public Long getKeepTime()
public void setKeepTime(Long KeepTime)
KeepTime
- Session persistence duration in secondsCopyright © 2020. All rights reserved.