public class StaticPackRelation extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| StaticPackRelation() | 
| StaticPackRelation(StaticPackRelation 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 | getForwardRulesLimit()Get 转发规则 | 
| Long | getNormalBandwidth()Get 业务带宽 | 
| Long | getProtectBandwidth()Get 保底带宽 | 
| void | setAutoRenewFlag(Long AutoRenewFlag)Set 自动续费标记 | 
| void | setCurDeadline(String CurDeadline)Set 到期时间 | 
| void | setForwardRulesLimit(Long ForwardRulesLimit)Set 转发规则 | 
| void | setNormalBandwidth(Long NormalBandwidth)Set 业务带宽 | 
| void | setProtectBandwidth(Long ProtectBandwidth)Set 保底带宽 | 
| 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 StaticPackRelation()
public StaticPackRelation(StaticPackRelation source)
public Long getProtectBandwidth()
public void setProtectBandwidth(Long ProtectBandwidth)
ProtectBandwidth - 保底带宽public Long getNormalBandwidth()
public void setNormalBandwidth(Long NormalBandwidth)
NormalBandwidth - 业务带宽public Long getForwardRulesLimit()
public void setForwardRulesLimit(Long ForwardRulesLimit)
ForwardRulesLimit - 转发规则public Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag - 自动续费标记public String getCurDeadline()
public void setCurDeadline(String CurDeadline)
CurDeadline - 到期时间Copyright © 2025. All rights reserved.