public class DescribeDBSpaceStatusResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeDBSpaceStatusResponse() | 
| DescribeDBSpaceStatusResponse(DescribeDBSpaceStatusResponse 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 | getAvailableDays()Get Estimated number of available days. | 
| Long | getGrowth()Get Disk usage growth in MB. | 
| Long | getRemain()Get Available disk space in MB. | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| Long | getTotal()Get Total disk space in MB. | 
| void | setAvailableDays(Long AvailableDays)Set Estimated number of available days. | 
| void | setGrowth(Long Growth)Set Disk usage growth in MB. | 
| void | setRemain(Long Remain)Set Available disk space in MB. | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setTotal(Long Total)Set Total disk space in MB. | 
| 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 DescribeDBSpaceStatusResponse()
public DescribeDBSpaceStatusResponse(DescribeDBSpaceStatusResponse source)
public Long getGrowth()
public void setGrowth(Long Growth)
Growth - Disk usage growth in MB.public Long getRemain()
public void setRemain(Long Remain)
Remain - Available disk space in MB.public Long getTotal()
public void setTotal(Long Total)
Total - Total disk space in MB.public Long getAvailableDays()
public void setAvailableDays(Long AvailableDays)
AvailableDays - Estimated number of available days.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 © 2022. All rights reserved.