public class DescribeHistoryServiceResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeHistoryServiceResponse() |
DescribeHistoryServiceResponse(DescribeHistoryServiceResponse 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 |
getBuyStatus()
Get 1: available for purchase; 2: specification adjustment only; 3: redirection to renewal management page only.
|
String |
getEndTime()
Get Expiration time
|
Long |
getInquireNum()
Get Capacity purchased by the user, in GB
|
Long |
getIsAutoOpenRenew()
Get Whether automatic renewal is enabled.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String |
getResourceId()
Get Resource ID
|
String |
getStartTime()
Get Start time
|
Long |
getStatus()
Get 0: not activated; 1: normal; 2: isolated; 3: terminated.
|
void |
setBuyStatus(Long BuyStatus)
Set 1: available for purchase; 2: specification adjustment only; 3: redirection to renewal management page only.
|
void |
setEndTime(String EndTime)
Set Expiration time
|
void |
setInquireNum(Long InquireNum)
Set Capacity purchased by the user, in GB
|
void |
setIsAutoOpenRenew(Long IsAutoOpenRenew)
Set Whether automatic renewal is enabled.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setResourceId(String ResourceId)
Set Resource ID
|
void |
setStartTime(String StartTime)
Set Start time
|
void |
setStatus(Long Status)
Set 0: not activated; 1: normal; 2: isolated; 3: terminated.
|
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 DescribeHistoryServiceResponse()
public DescribeHistoryServiceResponse(DescribeHistoryServiceResponse source)
public Long getBuyStatus()
public void setBuyStatus(Long BuyStatus)
BuyStatus
- 1: available for purchase; 2: specification adjustment only; 3: redirection to renewal management page only.public Long getInquireNum()
public void setInquireNum(Long InquireNum)
InquireNum
- Capacity purchased by the user, in GBpublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Expiration timepublic Long getIsAutoOpenRenew()
public void setIsAutoOpenRenew(Long IsAutoOpenRenew)
IsAutoOpenRenew
- Whether automatic renewal is enabled. 0: initial value; 1: enabled; 2: disabled.public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- Resource IDpublic Long getStatus()
public void setStatus(Long Status)
Status
- 0: not activated; 1: normal; 2: isolated; 3: terminated.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start timepublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.