Class VpngwBandwidthData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdc.v20201214.models.VpngwBandwidthData
-
public class VpngwBandwidthData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VpngwBandwidthData()VpngwBandwidthData(VpngwBandwidthData 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 InBandwidthgetInBandwidth()Get 入带宽流量OutBandwidthgetOutBandwidth()Get 出带宽流量 注意:此字段可能返回 null,表示取不到有效值。voidsetInBandwidth(InBandwidth InBandwidth)Set 入带宽流量voidsetOutBandwidth(OutBandwidth OutBandwidth)Set 出带宽流量 注意:此字段可能返回 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
-
VpngwBandwidthData
public VpngwBandwidthData()
-
VpngwBandwidthData
public VpngwBandwidthData(VpngwBandwidthData 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
-
getOutBandwidth
public OutBandwidth getOutBandwidth()
Get 出带宽流量 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OutBandwidth 出带宽流量 注意:此字段可能返回 null,表示取不到有效值。
-
setOutBandwidth
public void setOutBandwidth(OutBandwidth OutBandwidth)
Set 出带宽流量 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OutBandwidth- 出带宽流量 注意:此字段可能返回 null,表示取不到有效值。
-
getInBandwidth
public InBandwidth getInBandwidth()
Get 入带宽流量- Returns:
- InBandwidth 入带宽流量
-
setInBandwidth
public void setInBandwidth(InBandwidth InBandwidth)
Set 入带宽流量- Parameters:
InBandwidth- 入带宽流量
-
-