public class DedicatedClusterOrderItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DedicatedClusterOrderItem() | 
| DedicatedClusterOrderItem(DedicatedClusterOrderItem 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 | getComputeFormat()Get Type display 
Note: The returned value of this field may be null, indicating that no valid value is obtained. | 
| Long | getCount()Get Number of linked cluster types | 
| String | getCreateTime()Get Order creation time | 
| String | getDedicatedClusterTypeId()Get CDC type id | 
| String | getDescription()Get Detailed description of type | 
| String | getName()Get Brief description of type | 
| Float | getPowerDraw()Get Power requirements (KW) | 
| String | getSubOrderId()Get Sub-order ID | 
| Long | getSubOrderPayStatus()Get 0 for unpaid, 1 for paid 
Note: The returned value of this field may be null, indicating that no valid value is obtained. | 
| String | getSubOrderStatus()Get Order status | 
| String[] | getSupportedInstanceFamily()Get List of supported instance families | 
| String[] | getSupportedStorageType()Get List of supported storage types | 
| Long[] | getSupportedUplinkSpeed()Get Supported uplink switch transmission rate (GiB) | 
| Long | getTotalCpu()Get Number of CPUs | 
| Long | getTotalGpu()Get Total GPUs | 
| Long | getTotalMem()Get Number of memories | 
| String | getTypeFamily()Get Type family 
Note: The returned value of this field may be null, indicating that no valid value is obtained. | 
| String | getTypeName()Get English type name | 
| Long | getWeight()Get Floor weight capacity (KG) | 
| void | setComputeFormat(String ComputeFormat)Set Type display 
Note: The returned value of this field may be null, indicating that no valid value is obtained. | 
| void | setCount(Long Count)Set Number of linked cluster types | 
| void | setCreateTime(String CreateTime)Set Order creation time | 
| void | setDedicatedClusterTypeId(String DedicatedClusterTypeId)Set CDC type id | 
| void | setDescription(String Description)Set Detailed description of type | 
| void | setName(String Name)Set Brief description of type | 
| void | setPowerDraw(Float PowerDraw)Set Power requirements (KW) | 
| void | setSubOrderId(String SubOrderId)Set Sub-order ID | 
| void | setSubOrderPayStatus(Long SubOrderPayStatus)Set 0 for unpaid, 1 for paid 
Note: The returned value of this field may be null, indicating that no valid value is obtained. | 
| void | setSubOrderStatus(String SubOrderStatus)Set Order status | 
| void | setSupportedInstanceFamily(String[] SupportedInstanceFamily)Set List of supported instance families | 
| void | setSupportedStorageType(String[] SupportedStorageType)Set List of supported storage types | 
| void | setSupportedUplinkSpeed(Long[] SupportedUplinkSpeed)Set Supported uplink switch transmission rate (GiB) | 
| void | setTotalCpu(Long TotalCpu)Set Number of CPUs | 
| void | setTotalGpu(Long TotalGpu)Set Total GPUs | 
| void | setTotalMem(Long TotalMem)Set Number of memories | 
| void | setTypeFamily(String TypeFamily)Set Type family 
Note: The returned value of this field may be null, indicating that no valid value is obtained. | 
| void | setTypeName(String TypeName)Set English type name | 
| void | setWeight(Long Weight)Set Floor weight capacity (KG) | 
| 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, toJsonStringpublic DedicatedClusterOrderItem()
public DedicatedClusterOrderItem(DedicatedClusterOrderItem source)
public String getDedicatedClusterTypeId()
public void setDedicatedClusterTypeId(String DedicatedClusterTypeId)
DedicatedClusterTypeId - CDC type idpublic String[] getSupportedStorageType()
public void setSupportedStorageType(String[] SupportedStorageType)
SupportedStorageType - List of supported storage typespublic Long[] getSupportedUplinkSpeed()
public void setSupportedUplinkSpeed(Long[] SupportedUplinkSpeed)
SupportedUplinkSpeed - Supported uplink switch transmission rate (GiB)public String[] getSupportedInstanceFamily()
public void setSupportedInstanceFamily(String[] SupportedInstanceFamily)
SupportedInstanceFamily - List of supported instance familiespublic Long getWeight()
public void setWeight(Long Weight)
Weight - Floor weight capacity (KG)public Float getPowerDraw()
public void setPowerDraw(Float PowerDraw)
PowerDraw - Power requirements (KW)public String getSubOrderStatus()
public void setSubOrderStatus(String SubOrderStatus)
SubOrderStatus - Order statuspublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Order creation timepublic String getSubOrderId()
public void setSubOrderId(String SubOrderId)
SubOrderId - Sub-order IDpublic Long getCount()
public void setCount(Long Count)
Count - Number of linked cluster typespublic String getName()
public void setName(String Name)
Name - Brief description of typepublic String getDescription()
public void setDescription(String Description)
Description - Detailed description of typepublic Long getTotalCpu()
public void setTotalCpu(Long TotalCpu)
TotalCpu - Number of CPUspublic Long getTotalMem()
public void setTotalMem(Long TotalMem)
TotalMem - Number of memoriespublic Long getTotalGpu()
public void setTotalGpu(Long TotalGpu)
TotalGpu - Total GPUspublic String getTypeName()
public void setTypeName(String TypeName)
TypeName - English type namepublic String getComputeFormat()
public void setComputeFormat(String ComputeFormat)
ComputeFormat - Type display 
Note: The returned value of this field may be null, indicating that no valid value is obtained.public String getTypeFamily()
public void setTypeFamily(String TypeFamily)
TypeFamily - Type family 
Note: The returned value of this field may be null, indicating that no valid value is obtained.public Long getSubOrderPayStatus()
public void setSubOrderPayStatus(Long SubOrderPayStatus)
SubOrderPayStatus - 0 for unpaid, 1 for paid 
Note: The returned value of this field may be null, indicating that no valid value is obtained.Copyright © 2025. All rights reserved.