public class ZoneDetailPriceResult extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ZoneDetailPriceResult()  | 
ZoneDetailPriceResult(ZoneDetailPriceResult 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 | 
|---|---|
NodeDetailPriceResult[] | 
getNodeDetailPrice()
Get Price details by node 
 | 
String | 
getZoneId()
Get Availability zone ID. 
 | 
void | 
setNodeDetailPrice(NodeDetailPriceResult[] NodeDetailPrice)
Set Price details by node 
 | 
void | 
setZoneId(String ZoneId)
Set Availability zone ID. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ZoneDetailPriceResult()
public ZoneDetailPriceResult(ZoneDetailPriceResult source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - Availability zone ID.public NodeDetailPriceResult[] getNodeDetailPrice()
public void setNodeDetailPrice(NodeDetailPriceResult[] NodeDetailPrice)
NodeDetailPrice - Price details by nodeCopyright © 2025. All rights reserved.