public class DescribeProVersionInfoResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeProVersionInfoResponse() |
DescribeProVersionInfoResponse(DescribeProVersionInfoResponse 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 |
getBuyStatus()
Get Purchase status
`Pending`: To be purchased.
|
Long |
getCoresCnt()
Get Number of cores to be purchased
|
String |
getEndTime()
Get End time of the Pro Edition, which is not empty only when more resources are purchased.
|
Boolean |
getIsPurchased()
Get Whether it has been purchased before.
|
Long |
getMaxPostPayCoresCnt()
Get Upper limit for elastic billing
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getResourceId()
Get Resource ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getStartTime()
Get Start time of the Pro Edition, which is not empty only when the edition is purchased.
|
void |
setBuyStatus(String BuyStatus)
Set Purchase status
`Pending`: To be purchased.
|
void |
setCoresCnt(Long CoresCnt)
Set Number of cores to be purchased
|
void |
setEndTime(String EndTime)
Set End time of the Pro Edition, which is not empty only when more resources are purchased.
|
void |
setIsPurchased(Boolean IsPurchased)
Set Whether it has been purchased before.
|
void |
setMaxPostPayCoresCnt(Long MaxPostPayCoresCnt)
Set Upper limit for elastic billing
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setResourceId(String ResourceId)
Set Resource ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStartTime(String StartTime)
Set Start time of the Pro Edition, which is not empty only when the edition is purchased.
|
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 DescribeProVersionInfoResponse()
public DescribeProVersionInfoResponse(DescribeProVersionInfoResponse source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start time of the Pro Edition, which is not empty only when the edition is purchased.
Note: This field may return null, indicating that no valid values can be obtained.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time of the Pro Edition, which is not empty only when more resources are purchased.
Note: This field may return null, indicating that no valid values can be obtained.public Long getCoresCnt()
public void setCoresCnt(Long CoresCnt)
CoresCnt
- Number of cores to be purchasedpublic Long getMaxPostPayCoresCnt()
public void setMaxPostPayCoresCnt(Long MaxPostPayCoresCnt)
MaxPostPayCoresCnt
- Upper limit for elastic billingpublic String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- Resource ID
Note: This field may return null, indicating that no valid values can be obtained.public String getBuyStatus()
public void setBuyStatus(String BuyStatus)
BuyStatus
- Purchase status
`Pending`: To be purchased.
`Normal`: Purchased.
`Isolate`: Isolated.public Boolean getIsPurchased()
public void setIsPurchased(Boolean IsPurchased)
IsPurchased
- Whether it has been purchased before. Valid values: `false` (no); `true` (yes).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 © 2024. All rights reserved.