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 Auto-renewal flag 
 | 
String | 
getCurDeadline()
Get Current expiration time 
 | 
Long | 
getIpCount()
Get Number of package IPs 
 | 
void | 
setAutoRenewFlag(Long AutoRenewFlag)
Set Auto-renewal flag 
 | 
void | 
setCurDeadline(String CurDeadline)
Set Current expiration time 
 | 
void | 
setIpCount(Long IpCount)
Set Number of package IPs 
 | 
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 - Number of package IPspublic Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag - Auto-renewal flagpublic String getCurDeadline()
public void setCurDeadline(String CurDeadline)
CurDeadline - Current expiration timeCopyright © 2025. All rights reserved.