public class TradeInfo extends AbstractModel
| Constructor and Description | 
|---|
| TradeInfo() | 
| TradeInfo(TradeInfo 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 | getBillingType()Get Task billing type. | 
| String | getDealName()Get Order number
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getExpireTime()Get Expiration time in the format of "yyyy-mm-dd hh:mm:ss"
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getInstanceClass()Get Instance specification. | 
| String | getIsolateReason()Get The cause of isolation
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getIsolateTime()Get Isolation time in the format of "yyyy-mm-dd hh:mm:ss"
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getLastDealName()Get Last order number
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getOfflineReason()Get The cause of deletion
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getOfflineTime()Get Deletion time in the format of "yyyy-mm-dd hh:mm:ss"
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getPayType()Get Billing mode. | 
| String | getTradeStatus()Get Task billing status. | 
| void | setBillingType(String BillingType)Set Task billing type. | 
| void | setDealName(String DealName)Set Order number
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setExpireTime(String ExpireTime)Set Expiration time in the format of "yyyy-mm-dd hh:mm:ss"
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setInstanceClass(String InstanceClass)Set Instance specification. | 
| void | setIsolateReason(String IsolateReason)Set The cause of isolation
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setIsolateTime(String IsolateTime)Set Isolation time in the format of "yyyy-mm-dd hh:mm:ss"
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setLastDealName(String LastDealName)Set Last order number
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setOfflineReason(String OfflineReason)Set The cause of deletion
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setOfflineTime(String OfflineTime)Set Deletion time in the format of "yyyy-mm-dd hh:mm:ss"
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setPayType(String PayType)Set Billing mode. | 
| void | setTradeStatus(String TradeStatus)Set Task billing status. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic TradeInfo()
public TradeInfo(TradeInfo source)
public String getDealName()
public void setDealName(String DealName)
DealName - Order number
Note: This field may return null, indicating that no valid values can be obtained.public String getLastDealName()
public void setLastDealName(String LastDealName)
LastDealName - Last order number
Note: This field may return null, indicating that no valid values can be obtained.public String getInstanceClass()
public void setInstanceClass(String InstanceClass)
InstanceClass - Instance specification. Valid values: `micro`, `small`, `medium`, `large`, `xlarge`, `2xlarge`.
Note: This field may return null, indicating that no valid values can be obtained.public String getTradeStatus()
public void setTradeStatus(String TradeStatus)
TradeStatus - Task billing status. Valid values: `normal` (billed or to be billed); `resizing` (adjusting configuration); `reversing` (topping up, which is a short status); `isolating` (isolating, which is a short status); `isolated` (isolated); `offlining` (deleting); `offlined` (deleted); `notBilled` (not billed).
Note: This field may return null, indicating that no valid values can be obtained.public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime - Expiration time in the format of "yyyy-mm-dd hh:mm:ss"
Note: This field may return null, indicating that no valid values can be obtained.public String getOfflineTime()
public void setOfflineTime(String OfflineTime)
OfflineTime - Deletion time in the format of "yyyy-mm-dd hh:mm:ss"
Note: This field may return null, indicating that no valid values can be obtained.public String getIsolateTime()
public void setIsolateTime(String IsolateTime)
IsolateTime - Isolation time in the format of "yyyy-mm-dd hh:mm:ss"
Note: This field may return null, indicating that no valid values can be obtained.public String getOfflineReason()
public void setOfflineReason(String OfflineReason)
OfflineReason - The cause of deletion
Note: This field may return null, indicating that no valid values can be obtained.public String getIsolateReason()
public void setIsolateReason(String IsolateReason)
IsolateReason - The cause of isolation
Note: This field may return null, indicating that no valid values can be obtained.public String getPayType()
public void setPayType(String PayType)
PayType - Billing mode. Valid values: `postpay` (postpaid); `prepay` (prepaid).
Note: This field may return null, indicating that no valid values can be obtained.public String getBillingType()
public void setBillingType(String BillingType)
BillingType - Task billing type. Valid values: `billing` (billed); `notBilling` (free); `promotions` (in promotion).
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.