Class EipAddressPackRelation
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.antiddos.v20200309.models.EipAddressPackRelation
-
public class EipAddressPackRelation extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description EipAddressPackRelation()
EipAddressPackRelation(EipAddressPackRelation 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 Long
getAutoRenewFlag()
Get 自动续费标记String
getCurDeadline()
Get 当前到期时间Long
getIpCount()
Get 套餐IP数量void
setAutoRenewFlag(Long AutoRenewFlag)
Set 自动续费标记void
setCurDeadline(String CurDeadline)
Set 当前到期时间void
setIpCount(Long IpCount)
Set 套餐IP数量void
toMap(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
-
EipAddressPackRelation
public EipAddressPackRelation()
-
EipAddressPackRelation
public EipAddressPackRelation(EipAddressPackRelation 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
-
getIpCount
public Long getIpCount()
Get 套餐IP数量- Returns:
- IpCount 套餐IP数量
-
setIpCount
public void setIpCount(Long IpCount)
Set 套餐IP数量- Parameters:
IpCount
- 套餐IP数量
-
getAutoRenewFlag
public Long getAutoRenewFlag()
Get 自动续费标记- Returns:
- AutoRenewFlag 自动续费标记
-
setAutoRenewFlag
public void setAutoRenewFlag(Long AutoRenewFlag)
Set 自动续费标记- Parameters:
AutoRenewFlag
- 自动续费标记
-
getCurDeadline
public String getCurDeadline()
Get 当前到期时间- Returns:
- CurDeadline 当前到期时间
-
setCurDeadline
public void setCurDeadline(String CurDeadline)
Set 当前到期时间- Parameters:
CurDeadline
- 当前到期时间
-
-