public class NodeDetailPriceResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
NodeDetailPriceResult() |
NodeDetailPriceResult(NodeDetailPriceResult 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 |
---|---|
String |
getNodeType()
Get The node type.
|
PartDetailPriceItem[] |
getPartDetailPrice()
Get Price details by node part
|
void |
setNodeType(String NodeType)
Set The node type.
|
void |
setPartDetailPrice(PartDetailPriceItem[] PartDetailPrice)
Set Price details by node part
|
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 NodeDetailPriceResult()
public NodeDetailPriceResult(NodeDetailPriceResult source)
public String getNodeType()
public void setNodeType(String NodeType)
NodeType
- The node type. Valid values: `master`, `core`, `task`, `common`, `router`, `mysql`
Note: This field may return null, indicating that no valid values can be obtained.public PartDetailPriceItem[] getPartDetailPrice()
public void setPartDetailPrice(PartDetailPriceItem[] PartDetailPrice)
PartDetailPrice
- Price details by node partCopyright © 2024. All rights reserved.