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 AZ ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setNodeDetailPrice(NodeDetailPriceResult[] NodeDetailPrice)
Set Price details by node
|
void |
setZoneId(String ZoneId)
Set AZ ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ZoneDetailPriceResult()
public ZoneDetailPriceResult(ZoneDetailPriceResult source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- AZ ID
Note: This field may return null, indicating that no valid values can be obtained.public NodeDetailPriceResult[] getNodeDetailPrice()
public void setNodeDetailPrice(NodeDetailPriceResult[] NodeDetailPrice)
NodeDetailPrice
- Price details by nodeCopyright © 2024. All rights reserved.