public class InquirePriceModifyDiskExtraPerformanceRequest extends AbstractModel
| Constructor and Description | 
|---|
| InquirePriceModifyDiskExtraPerformanceRequest() | 
| InquirePriceModifyDiskExtraPerformanceRequest(InquirePriceModifyDiskExtraPerformanceRequest 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 | getDiskId()Get Cloud disk ID, which can be queried via the [DescribeDisks](https://intl.cloud.tencent.com/document/product/362/16315?from_cn_redirect=1) API. | 
| Long | getThroughputPerformance()Get The extra throughput to purchase, in MB/s | 
| void | setDiskId(String DiskId)Set Cloud disk ID, which can be queried via the [DescribeDisks](https://intl.cloud.tencent.com/document/product/362/16315?from_cn_redirect=1) API. | 
| void | setThroughputPerformance(Long ThroughputPerformance)Set The extra throughput to purchase, in MB/s | 
| 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 InquirePriceModifyDiskExtraPerformanceRequest()
public InquirePriceModifyDiskExtraPerformanceRequest(InquirePriceModifyDiskExtraPerformanceRequest source)
public String getDiskId()
public void setDiskId(String DiskId)
DiskId - Cloud disk ID, which can be queried via the [DescribeDisks](https://intl.cloud.tencent.com/document/product/362/16315?from_cn_redirect=1) API.public Long getThroughputPerformance()
public void setThroughputPerformance(Long ThroughputPerformance)
ThroughputPerformance - The extra throughput to purchase, in MB/sCopyright © 2022. All rights reserved.