public class DescribeDisksResponse extends AbstractModel
Constructor and Description |
---|
DescribeDisksResponse() |
Modifier and Type | Method and Description |
---|---|
Disk[] |
getDiskSet()
Get List of cloud disk details.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getTotalCount()
Get The quantity of cloud disks meeting the conditions.
|
void |
setDiskSet(Disk[] DiskSet)
Set List of cloud disk details.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setTotalCount(Long TotalCount)
Set The quantity of cloud disks meeting the conditions.
|
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, toJsonString
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- The quantity of cloud disks meeting the conditions.public Disk[] getDiskSet()
public void setDiskSet(Disk[] DiskSet)
DiskSet
- List of cloud disk details.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 © 2020. All rights reserved.