public class Order extends AbstractModel
header, skipSign
Constructor and Description |
---|
Order() |
Order(Order 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 |
---|---|
Long |
getAutoRenewFlag()
Get 自动续费 1
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getComputeCu()
Get 最终集群的CU数量
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getOperateUin()
Get 操作人的UIN
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getOrderTime()
Get 订单的时间
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getType()
Get 创建、续费、扩缩容 1 2 3
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAutoRenewFlag(Long AutoRenewFlag)
Set 自动续费 1
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setComputeCu(Long ComputeCu)
Set 最终集群的CU数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOperateUin(String OperateUin)
Set 操作人的UIN
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOrderTime(String OrderTime)
Set 订单的时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(Long Type)
Set 创建、续费、扩缩容 1 2 3
注意:此字段可能返回 null,表示取不到有效值。
|
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 Order()
public Order(Order source)
public Long getType()
public void setType(Long Type)
Type
- 创建、续费、扩缩容 1 2 3
注意:此字段可能返回 null,表示取不到有效值。public Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag
- 自动续费 1
注意:此字段可能返回 null,表示取不到有效值。public String getOperateUin()
public void setOperateUin(String OperateUin)
OperateUin
- 操作人的UIN
注意:此字段可能返回 null,表示取不到有效值。public Long getComputeCu()
public void setComputeCu(Long ComputeCu)
ComputeCu
- 最终集群的CU数量
注意:此字段可能返回 null,表示取不到有效值。public String getOrderTime()
public void setOrderTime(String OrderTime)
OrderTime
- 订单的时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.