public class PeakNetworkRegionInfo extends AbstractModel
| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| PeakNetwork[] | getPeakNetworkSet()Get Peak network set
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getRegion()Get Region information | 
| void | setPeakNetworkSet(PeakNetwork[] PeakNetworkSet)Set Peak network set
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setRegion(String Region)Set Region information | 
| 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, toJsonStringpublic PeakNetworkRegionInfo()
public PeakNetworkRegionInfo(PeakNetworkRegionInfo source)
public String getRegion()
public void setRegion(String Region)
Region - Region informationpublic PeakNetwork[] getPeakNetworkSet()
public void setPeakNetworkSet(PeakNetwork[] PeakNetworkSet)
PeakNetworkSet - Peak network set
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.