public class AnycastOutPackRelation extends AbstractModel
Constructor and Description |
---|
AnycastOutPackRelation() |
AnycastOutPackRelation(AnycastOutPackRelation 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
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCurDeadline()
Get Expiration date
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getForwardRulesLimit()
Get Number of forwarding rules
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getNormalBandwidth()
Get Application bandwidth (in Mbps).
|
void |
setAutoRenewFlag(Long AutoRenewFlag)
Set Auto-renewal flag
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCurDeadline(String CurDeadline)
Set Expiration date
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setForwardRulesLimit(Long ForwardRulesLimit)
Set Number of forwarding rules
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setNormalBandwidth(Long NormalBandwidth)
Set Application bandwidth (in Mbps).
|
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 AnycastOutPackRelation()
public AnycastOutPackRelation(AnycastOutPackRelation source)
public Long getNormalBandwidth()
public void setNormalBandwidth(Long NormalBandwidth)
NormalBandwidth
- Application bandwidth (in Mbps).
Note: This field may return null, indicating that no valid values can be obtained.public Long getForwardRulesLimit()
public void setForwardRulesLimit(Long ForwardRulesLimit)
ForwardRulesLimit
- Number of forwarding rules
Note: This field may return null, indicating that no valid values can be obtained.public Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag
- Auto-renewal flag
Note: This field may return null, indicating that no valid values can be obtained.public String getCurDeadline()
public void setCurDeadline(String CurDeadline)
CurDeadline
- Expiration date
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.