public class StaticPackRelation extends AbstractModel
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 自动续费标记
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCurDeadline()
Get 到期时间
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getForwardRulesLimit()
Get 转发规则
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getNormalBandwidth()
Get 业务带宽
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getProtectBandwidth()
Get 保底带宽
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAutoRenewFlag(Long AutoRenewFlag)
Set 自动续费标记
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCurDeadline(String CurDeadline)
Set 到期时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setForwardRulesLimit(Long ForwardRulesLimit)
Set 转发规则
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNormalBandwidth(Long NormalBandwidth)
Set 业务带宽
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProtectBandwidth(Long ProtectBandwidth)
Set 保底带宽
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public StaticPackRelation()
public StaticPackRelation(StaticPackRelation source)
public Long getProtectBandwidth()
public void setProtectBandwidth(Long ProtectBandwidth)
ProtectBandwidth
- 保底带宽
注意:此字段可能返回 null,表示取不到有效值。public Long getNormalBandwidth()
public void setNormalBandwidth(Long NormalBandwidth)
NormalBandwidth
- 业务带宽
注意:此字段可能返回 null,表示取不到有效值。public Long getForwardRulesLimit()
public void setForwardRulesLimit(Long ForwardRulesLimit)
ForwardRulesLimit
- 转发规则
注意:此字段可能返回 null,表示取不到有效值。public Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag
- 自动续费标记
注意:此字段可能返回 null,表示取不到有效值。public String getCurDeadline()
public void setCurDeadline(String CurDeadline)
CurDeadline
- 到期时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.