Class PeakNetworkRegionInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.PeakNetworkRegionInfo
-
public class PeakNetworkRegionInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PeakNetworkRegionInfo()PeakNetworkRegionInfo(PeakNetworkRegionInfo 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 PeakNetwork[]getPeakNetworkSet()Get 网络峰值集合 注意:此字段可能返回 null,表示取不到有效值。StringgetRegion()Get region信息voidsetPeakNetworkSet(PeakNetwork[] PeakNetworkSet)Set 网络峰值集合 注意:此字段可能返回 null,表示取不到有效值。voidsetRegion(String Region)Set region信息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
-
PeakNetworkRegionInfo
public PeakNetworkRegionInfo()
-
PeakNetworkRegionInfo
public PeakNetworkRegionInfo(PeakNetworkRegionInfo 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
-
getRegion
public String getRegion()
Get region信息- Returns:
- Region region信息
-
setRegion
public void setRegion(String Region)
Set region信息- Parameters:
Region- region信息
-
getPeakNetworkSet
public PeakNetwork[] getPeakNetworkSet()
Get 网络峰值集合 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PeakNetworkSet 网络峰值集合 注意:此字段可能返回 null,表示取不到有效值。
-
setPeakNetworkSet
public void setPeakNetworkSet(PeakNetwork[] PeakNetworkSet)
Set 网络峰值集合 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PeakNetworkSet- 网络峰值集合 注意:此字段可能返回 null,表示取不到有效值。
-
-