public class EipAddressPackRelation extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and 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. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic EipAddressPackRelation()
public EipAddressPackRelation(EipAddressPackRelation source)
public Long getIpCount()
public void setIpCount(Long IpCount)
IpCount - 套餐IP数量public Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag - 自动续费标记public String getCurDeadline()
public void setCurDeadline(String CurDeadline)
CurDeadline - 当前到期时间Copyright © 2025. All rights reserved.