public class DescribeDBSpaceStatusResponse extends AbstractModel
header, skipSign
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, 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).
|
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, 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 |
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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, 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.