Class AnycastOutPackRelation
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.antiddos.v20200309.models.AnycastOutPackRelation
-
public class AnycastOutPackRelation extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAutoRenewFlag()Get 自动续费标记 注意:此字段可能返回 null,表示取不到有效值。StringgetCurDeadline()Get 到期时间 注意:此字段可能返回 null,表示取不到有效值。LonggetForwardRulesLimit()Get 转发规则数 注意:此字段可能返回 null,表示取不到有效值。LonggetNormalBandwidth()Get 业务带宽(单位M) 注意:此字段可能返回 null,表示取不到有效值。voidsetAutoRenewFlag(Long AutoRenewFlag)Set 自动续费标记 注意:此字段可能返回 null,表示取不到有效值。voidsetCurDeadline(String CurDeadline)Set 到期时间 注意:此字段可能返回 null,表示取不到有效值。voidsetForwardRulesLimit(Long ForwardRulesLimit)Set 转发规则数 注意:此字段可能返回 null,表示取不到有效值。voidsetNormalBandwidth(Long NormalBandwidth)Set 业务带宽(单位M) 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AnycastOutPackRelation
public AnycastOutPackRelation()
-
AnycastOutPackRelation
public 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.
-
-
Method Detail
-
getNormalBandwidth
public Long getNormalBandwidth()
Get 业务带宽(单位M) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NormalBandwidth 业务带宽(单位M) 注意:此字段可能返回 null,表示取不到有效值。
-
setNormalBandwidth
public void setNormalBandwidth(Long NormalBandwidth)
Set 业务带宽(单位M) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NormalBandwidth- 业务带宽(单位M) 注意:此字段可能返回 null,表示取不到有效值。
-
getForwardRulesLimit
public Long getForwardRulesLimit()
Get 转发规则数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ForwardRulesLimit 转发规则数 注意:此字段可能返回 null,表示取不到有效值。
-
setForwardRulesLimit
public void setForwardRulesLimit(Long ForwardRulesLimit)
Set 转发规则数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ForwardRulesLimit- 转发规则数 注意:此字段可能返回 null,表示取不到有效值。
-
getAutoRenewFlag
public Long getAutoRenewFlag()
Get 自动续费标记 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AutoRenewFlag 自动续费标记 注意:此字段可能返回 null,表示取不到有效值。
-
setAutoRenewFlag
public void setAutoRenewFlag(Long AutoRenewFlag)
Set 自动续费标记 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AutoRenewFlag- 自动续费标记 注意:此字段可能返回 null,表示取不到有效值。
-
getCurDeadline
public String getCurDeadline()
Get 到期时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CurDeadline 到期时间 注意:此字段可能返回 null,表示取不到有效值。
-
setCurDeadline
public void setCurDeadline(String CurDeadline)
Set 到期时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CurDeadline- 到期时间 注意:此字段可能返回 null,表示取不到有效值。
-
-