public class DedicatedClusterOrder extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DedicatedClusterOrder() | 
| DedicatedClusterOrder(DedicatedClusterOrder 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 | getAction()Get Order type, CREATE or EXTEND | 
| String | getCheckExpectTime()Get | 
| String | getCheckFinishTime()Get | 
| String | getCheckStatus()Get | 
| Long | getCpu()Get CPU value 
Note: The returned value of this field may be null, indicating that no valid value is obtained. | 
| String | getCreateTime()Get Order creation time | 
| String | getDedicatedClusterId()Get CDC id | 
| String | getDedicatedClusterOrderId()Get Large order ID | 
| DedicatedClusterOrderItem[] | getDedicatedClusterOrderItems()Get List of sub-order details 
Note: The returned value of this field may be null, indicating that no valid value is obtained. | 
| String | getDedicatedClusterTypeId()Get CDC type id (moved to the next level, obsolete and will be deleted later) | 
| String | getDeliverExpectTime()Get | 
| String | getDeliverFinishTime()Get | 
| Long | getGpu()Get GPU value 
Note: The returned value of this field may be null, indicating that no valid value is obtained. | 
| Long | getMem()Get MEM value 
Note: The returned value of this field may be null, indicating that no valid value is obtained. | 
| String | getOrderPayPlan()Get | 
| String | getOrderSLA()Get | 
| String | getOrderStatus()Get Order status | 
| String | getOrderType()Get Order type 
Note: The returned value of this field may be null, indicating that no valid value is obtained. | 
| Long | getPayStatus()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 | getPayType()Get Payment method: lump-sum, monthly, and annually 
Note: The returned value of this field may be null, indicating that no valid value is obtained. | 
| Float | getPowerDraw()Get Power requirements (KW) | 
| String[] | getSupportedInstanceFamily()Get List of supported instance families (moved to the next level, obsolete and will be deleted later) | 
| String[] | getSupportedStorageType()Get List of supported storage types (moved to the next level, obsolete and will be deleted later) | 
| Long[] | getSupportedUplinkSpeed()Get Supported uplink switch transmission rate (GiB) (moved to the next level, obsolete and will be deleted later) | 
| Long | getTimeSpan()Get Purchased period 
Note: The returned value of this field may be null, indicating that no valid value is obtained. | 
| String | getTimeUnit()Get Unit of purchased period 
Note: The returned value of this field may be null, indicating that no valid value is obtained. | 
| Long | getWeight()Get Floor weight capacity (KG) | 
| void | setAction(String Action)Set Order type, CREATE or EXTEND | 
| void | setCheckExpectTime(String CheckExpectTime)Set | 
| void | setCheckFinishTime(String CheckFinishTime)Set | 
| void | setCheckStatus(String CheckStatus)Set | 
| void | setCpu(Long Cpu)Set CPU value 
Note: The returned value of this field may be null, indicating that no valid value is obtained. | 
| void | setCreateTime(String CreateTime)Set Order creation time | 
| void | setDedicatedClusterId(String DedicatedClusterId)Set CDC id | 
| void | setDedicatedClusterOrderId(String DedicatedClusterOrderId)Set Large order ID | 
| void | setDedicatedClusterOrderItems(DedicatedClusterOrderItem[] DedicatedClusterOrderItems)Set List of sub-order details 
Note: The returned value of this field may be null, indicating that no valid value is obtained. | 
| void | setDedicatedClusterTypeId(String DedicatedClusterTypeId)Set CDC type id (moved to the next level, obsolete and will be deleted later) | 
| void | setDeliverExpectTime(String DeliverExpectTime)Set | 
| void | setDeliverFinishTime(String DeliverFinishTime)Set | 
| void | setGpu(Long Gpu)Set GPU value 
Note: The returned value of this field may be null, indicating that no valid value is obtained. | 
| void | setMem(Long Mem)Set MEM value 
Note: The returned value of this field may be null, indicating that no valid value is obtained. | 
| void | setOrderPayPlan(String OrderPayPlan)Set | 
| void | setOrderSLA(String OrderSLA)Set | 
| void | setOrderStatus(String OrderStatus)Set Order status | 
| void | setOrderType(String OrderType)Set Order type 
Note: The returned value of this field may be null, indicating that no valid value is obtained. | 
| void | setPayStatus(Long PayStatus)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 | setPayType(String PayType)Set Payment method: lump-sum, monthly, and annually 
Note: The returned value of this field may be null, indicating that no valid value is obtained. | 
| void | setPowerDraw(Float PowerDraw)Set Power requirements (KW) | 
| void | setSupportedInstanceFamily(String[] SupportedInstanceFamily)Set List of supported instance families (moved to the next level, obsolete and will be deleted later) | 
| void | setSupportedStorageType(String[] SupportedStorageType)Set List of supported storage types (moved to the next level, obsolete and will be deleted later) | 
| void | setSupportedUplinkSpeed(Long[] SupportedUplinkSpeed)Set Supported uplink switch transmission rate (GiB) (moved to the next level, obsolete and will be deleted later) | 
| void | setTimeSpan(Long TimeSpan)Set Purchased period 
Note: The returned value of this field may be null, indicating that no valid value is obtained. | 
| void | setTimeUnit(String TimeUnit)Set Unit of purchased period 
Note: The returned value of this field may be null, indicating that no valid value is obtained. | 
| 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 DedicatedClusterOrder()
public DedicatedClusterOrder(DedicatedClusterOrder source)
public String getDedicatedClusterId()
public void setDedicatedClusterId(String DedicatedClusterId)
DedicatedClusterId - CDC idpublic String getDedicatedClusterTypeId()
public void setDedicatedClusterTypeId(String DedicatedClusterTypeId)
DedicatedClusterTypeId - CDC type id (moved to the next level, obsolete and will be deleted later)public String[] getSupportedStorageType()
public void setSupportedStorageType(String[] SupportedStorageType)
SupportedStorageType - List of supported storage types (moved to the next level, obsolete and will be deleted later)public Long[] getSupportedUplinkSpeed()
public void setSupportedUplinkSpeed(Long[] SupportedUplinkSpeed)
SupportedUplinkSpeed - Supported uplink switch transmission rate (GiB) (moved to the next level, obsolete and will be deleted later)public String[] getSupportedInstanceFamily()
public void setSupportedInstanceFamily(String[] SupportedInstanceFamily)
SupportedInstanceFamily - List of supported instance families (moved to the next level, obsolete and will be deleted later)public 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 getOrderStatus()
public void setOrderStatus(String OrderStatus)
OrderStatus - Order statuspublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Order creation timepublic String getDedicatedClusterOrderId()
public void setDedicatedClusterOrderId(String DedicatedClusterOrderId)
DedicatedClusterOrderId - Large order IDpublic String getAction()
public void setAction(String Action)
Action - Order type, CREATE or EXTENDpublic DedicatedClusterOrderItem[] getDedicatedClusterOrderItems()
public void setDedicatedClusterOrderItems(DedicatedClusterOrderItem[] DedicatedClusterOrderItems)
DedicatedClusterOrderItems - List of sub-order details 
Note: The returned value of this field may be null, indicating that no valid value is obtained.public Long getCpu()
public void setCpu(Long Cpu)
Cpu - CPU value 
Note: The returned value of this field may be null, indicating that no valid value is obtained.public Long getMem()
public void setMem(Long Mem)
Mem - MEM value 
Note: The returned value of this field may be null, indicating that no valid value is obtained.public Long getGpu()
public void setGpu(Long Gpu)
Gpu - GPU value 
Note: The returned value of this field may be null, indicating that no valid value is obtained.public Long getPayStatus()
public void setPayStatus(Long PayStatus)
PayStatus - 0 for unpaid, 1 for paid 
Note: The returned value of this field may be null, indicating that no valid value is obtained.public String getPayType()
public void setPayType(String PayType)
PayType - Payment method: lump-sum, monthly, and annually 
Note: The returned value of this field may be null, indicating that no valid value is obtained.public String getTimeUnit()
public void setTimeUnit(String TimeUnit)
TimeUnit - Unit of purchased period 
Note: The returned value of this field may be null, indicating that no valid value is obtained.public Long getTimeSpan()
public void setTimeSpan(Long TimeSpan)
TimeSpan - Purchased period 
Note: The returned value of this field may be null, indicating that no valid value is obtained.public String getOrderType()
public void setOrderType(String OrderType)
OrderType - Order type 
Note: The returned value of this field may be null, indicating that no valid value is obtained.public String getCheckStatus()
public void setCheckStatus(String CheckStatus)
CheckStatus - public String getDeliverExpectTime()
public void setDeliverExpectTime(String DeliverExpectTime)
DeliverExpectTime - public String getDeliverFinishTime()
public void setDeliverFinishTime(String DeliverFinishTime)
DeliverFinishTime - public String getCheckExpectTime()
public void setCheckExpectTime(String CheckExpectTime)
CheckExpectTime - public String getCheckFinishTime()
public void setCheckFinishTime(String CheckFinishTime)
CheckFinishTime - public String getOrderSLA()
public void setOrderSLA(String OrderSLA)
OrderSLA - public String getOrderPayPlan()
public void setOrderPayPlan(String OrderPayPlan)
OrderPayPlan - Copyright © 2024. All rights reserved.