Class ModifyL4KeepTimeRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.models.ModifyL4KeepTimeRequest
-
public class ModifyL4KeepTimeRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyL4KeepTimeRequest()ModifyL4KeepTimeRequest(ModifyL4KeepTimeRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBusiness()Get 大禹子产品代号(bgpip表示高防IP;net表示高防IP专业版)StringgetId()Get 资源IDLonggetKeepEnable()Get 会话保持开关,取值[0(会话保持关闭),1(会话保持开启)]LonggetKeepTime()Get 会话保持时间,单位秒StringgetRuleId()Get 规则IDvoidsetBusiness(String Business)Set 大禹子产品代号(bgpip表示高防IP;net表示高防IP专业版)voidsetId(String Id)Set 资源IDvoidsetKeepEnable(Long KeepEnable)Set 会话保持开关,取值[0(会话保持关闭),1(会话保持开启)]voidsetKeepTime(Long KeepTime)Set 会话保持时间,单位秒voidsetRuleId(String RuleId)Set 规则IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyL4KeepTimeRequest
public ModifyL4KeepTimeRequest()
-
ModifyL4KeepTimeRequest
public ModifyL4KeepTimeRequest(ModifyL4KeepTimeRequest 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.
-
-
Method Detail
-
getBusiness
public String getBusiness()
Get 大禹子产品代号(bgpip表示高防IP;net表示高防IP专业版)- Returns:
- Business 大禹子产品代号(bgpip表示高防IP;net表示高防IP专业版)
-
setBusiness
public void setBusiness(String Business)
Set 大禹子产品代号(bgpip表示高防IP;net表示高防IP专业版)- Parameters:
Business- 大禹子产品代号(bgpip表示高防IP;net表示高防IP专业版)
-
getId
public String getId()
Get 资源ID- Returns:
- Id 资源ID
-
setId
public void setId(String Id)
Set 资源ID- Parameters:
Id- 资源ID
-
getRuleId
public String getRuleId()
Get 规则ID- Returns:
- RuleId 规则ID
-
setRuleId
public void setRuleId(String RuleId)
Set 规则ID- Parameters:
RuleId- 规则ID
-
getKeepEnable
public Long getKeepEnable()
Get 会话保持开关,取值[0(会话保持关闭),1(会话保持开启)]- Returns:
- KeepEnable 会话保持开关,取值[0(会话保持关闭),1(会话保持开启)]
-
setKeepEnable
public void setKeepEnable(Long KeepEnable)
Set 会话保持开关,取值[0(会话保持关闭),1(会话保持开启)]- Parameters:
KeepEnable- 会话保持开关,取值[0(会话保持关闭),1(会话保持开启)]
-
getKeepTime
public Long getKeepTime()
Get 会话保持时间,单位秒- Returns:
- KeepTime 会话保持时间,单位秒
-
setKeepTime
public void setKeepTime(Long KeepTime)
Set 会话保持时间,单位秒- Parameters:
KeepTime- 会话保持时间,单位秒
-
-