public class ZoneResponse extends AbstractModel
| Constructor and Description | 
|---|
ZoneResponse()  | 
ZoneResponse(ZoneResponse 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 | 
|---|---|
ClusterInfo[] | 
getClusterInfo()
Get Cluster information dedicated to a user
Note: `null` may be returned for this field, indicating that no valid values can be obtained. 
 | 
Long | 
getMaxBandwidth()
Get Maximum bandwidth in MB/S 
 | 
Long | 
getMaxBuyInstanceNum()
Get Maximum number of instances to be purchased 
 | 
Price | 
getMessagePrice()
Get Pay-as-you-go unit message price 
 | 
String | 
getPhysical()
Get Purchase of Physical Dedicated Edition configurations
Note: `null` may be returned for this field, indicating that no valid values can be obtained. 
 | 
String | 
getProfession()
Get Purchase of Pro Edition configurations
Note: `null` may be returned for this field, indicating that no valid values can be obtained. 
 | 
String | 
getStandard()
Get Purchase of Standard Edition configurations
Note: `null` may be returned for this field, indicating that no valid values can be obtained. 
 | 
String | 
getStandardS2()
Get Purchase of Standard S2 Edition configurations
Note: `null` may be returned for this field, indicating that no valid values can be obtained. 
 | 
Price | 
getUnitPrice()
Get Pay-as-you-go unit price 
 | 
ZoneInfo[] | 
getZoneList()
Get Zone list 
 | 
void | 
setClusterInfo(ClusterInfo[] ClusterInfo)
Set Cluster information dedicated to a user
Note: `null` may be returned for this field, indicating that no valid values can be obtained. 
 | 
void | 
setMaxBandwidth(Long MaxBandwidth)
Set Maximum bandwidth in MB/S 
 | 
void | 
setMaxBuyInstanceNum(Long MaxBuyInstanceNum)
Set Maximum number of instances to be purchased 
 | 
void | 
setMessagePrice(Price MessagePrice)
Set Pay-as-you-go unit message price 
 | 
void | 
setPhysical(String Physical)
Set Purchase of Physical Dedicated Edition configurations
Note: `null` may be returned for this field, indicating that no valid values can be obtained. 
 | 
void | 
setProfession(String Profession)
Set Purchase of Pro Edition configurations
Note: `null` may be returned for this field, indicating that no valid values can be obtained. 
 | 
void | 
setStandard(String Standard)
Set Purchase of Standard Edition configurations
Note: `null` may be returned for this field, indicating that no valid values can be obtained. 
 | 
void | 
setStandardS2(String StandardS2)
Set Purchase of Standard S2 Edition configurations
Note: `null` may be returned for this field, indicating that no valid values can be obtained. 
 | 
void | 
setUnitPrice(Price UnitPrice)
Set Pay-as-you-go unit price 
 | 
void | 
setZoneList(ZoneInfo[] ZoneList)
Set Zone list 
 | 
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 ZoneResponse()
public ZoneResponse(ZoneResponse source)
public ZoneInfo[] getZoneList()
public void setZoneList(ZoneInfo[] ZoneList)
ZoneList - Zone listpublic Long getMaxBuyInstanceNum()
public void setMaxBuyInstanceNum(Long MaxBuyInstanceNum)
MaxBuyInstanceNum - Maximum number of instances to be purchasedpublic Long getMaxBandwidth()
public void setMaxBandwidth(Long MaxBandwidth)
MaxBandwidth - Maximum bandwidth in MB/Spublic Price getUnitPrice()
public void setUnitPrice(Price UnitPrice)
UnitPrice - Pay-as-you-go unit pricepublic Price getMessagePrice()
public void setMessagePrice(Price MessagePrice)
MessagePrice - Pay-as-you-go unit message pricepublic ClusterInfo[] getClusterInfo()
public void setClusterInfo(ClusterInfo[] ClusterInfo)
ClusterInfo - Cluster information dedicated to a user
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public String getStandard()
public void setStandard(String Standard)
Standard - Purchase of Standard Edition configurations
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public String getStandardS2()
public void setStandardS2(String StandardS2)
StandardS2 - Purchase of Standard S2 Edition configurations
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public String getProfession()
public void setProfession(String Profession)
Profession - Purchase of Pro Edition configurations
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public String getPhysical()
public void setPhysical(String Physical)
Physical - Purchase of Physical Dedicated Edition configurations
Note: `null` may be returned for this field, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.