public class InquiryPriceRenewInstanceResponse extends AbstractModel
Constructor and Description |
---|
InquiryPriceRenewInstanceResponse() |
InquiryPriceRenewInstanceResponse(InquiryPriceRenewInstanceResponse 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 |
---|---|
Float |
getDiscountCost()
Get Discounted price.
|
Float |
getOriginalCost()
Get Original price.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getTimeSpan()
Get How long the instance will be renewed for.
|
String |
getTimeUnit()
Get Unit of time for instance renewal.
|
void |
setDiscountCost(Float DiscountCost)
Set Discounted price.
|
void |
setOriginalCost(Float OriginalCost)
Set Original price.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setTimeSpan(Long TimeSpan)
Set How long the instance will be renewed for.
|
void |
setTimeUnit(String TimeUnit)
Set Unit of time for instance renewal.
|
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, toJsonString
public InquiryPriceRenewInstanceResponse()
public InquiryPriceRenewInstanceResponse(InquiryPriceRenewInstanceResponse source)
public Float getOriginalCost()
public void setOriginalCost(Float OriginalCost)
OriginalCost
- Original price.
Note: this field may return null, indicating that no valid values can be obtained.public Float getDiscountCost()
public void setDiscountCost(Float DiscountCost)
DiscountCost
- Discounted price.
Note: this field may return null, indicating that no valid values can be obtained.public String getTimeUnit()
public void setTimeUnit(String TimeUnit)
TimeUnit
- Unit of time for instance renewal.
Note: this field may return null, indicating that no valid values can be obtained.public Long getTimeSpan()
public void setTimeSpan(Long TimeSpan)
TimeSpan
- How long the instance will be renewed for.
Note: this field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2021. All rights reserved.