public class DescribeSecLogVasInfoResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeSecLogVasInfoResponse() | 
| DescribeSecLogVasInfoResponse(DescribeSecLogVasInfoResponse 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. | 
| String | getEndTime()Get End time | 
| Boolean | getIsPurchased()Get Whether it has been purchased before. | 
| Long | getLogCapacity()Get Storage capacity (GB) | 
| Long | getLogSaveMonth()Get Storage period in months | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| String | getResourceID()Get Resource ID | 
| String | getStartTime()Get Start time | 
| Long | getTrialCapacity()Get Trial storage capacity (GB) | 
| void | setBuyStatus(String BuyStatus)Set Purchase status
`Pending`: To be purchased. | 
| void | setEndTime(String EndTime)Set End time | 
| void | setIsPurchased(Boolean IsPurchased)Set Whether it has been purchased before. | 
| void | setLogCapacity(Long LogCapacity)Set Storage capacity (GB) | 
| void | setLogSaveMonth(Long LogSaveMonth)Set Storage period in months | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setResourceID(String ResourceID)Set Resource ID | 
| void | setStartTime(String StartTime)Set Start time | 
| void | setTrialCapacity(Long TrialCapacity)Set Trial storage capacity (GB) | 
| 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 DescribeSecLogVasInfoResponse()
public DescribeSecLogVasInfoResponse(DescribeSecLogVasInfoResponse source)
public String getBuyStatus()
public void setBuyStatus(String BuyStatus)
BuyStatus - Purchase status
`Pending`: To be purchased.
`Normal`: Purchased.
`Isolate`: Isolated.public Long getLogSaveMonth()
public void setLogSaveMonth(Long LogSaveMonth)
LogSaveMonth - Storage period in monthspublic String getStartTime()
public void setStartTime(String StartTime)
StartTime - Start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime - End timepublic Long getLogCapacity()
public void setLogCapacity(Long LogCapacity)
LogCapacity - Storage capacity (GB)public String getResourceID()
public void setResourceID(String ResourceID)
ResourceID - Resource IDpublic Boolean getIsPurchased()
public void setIsPurchased(Boolean IsPurchased)
IsPurchased - Whether it has been purchased before. Valid values: `false` (no); `true` (yes).public Long getTrialCapacity()
public void setTrialCapacity(Long TrialCapacity)
TrialCapacity - Trial storage capacity (GB)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 © 2023. All rights reserved.