public class CBSSpec extends AbstractModel
header, skipSign
Constructor and Description |
---|
CBSSpec() |
CBSSpec(CBSSpec 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 |
getDiskCount()
Get 个数
|
Long |
getDiskSize()
Get 大小
|
String |
getDiskType()
Get 盘类型
|
void |
setDiskCount(Long DiskCount)
Set 个数
|
void |
setDiskSize(Long DiskSize)
Set 大小
|
void |
setDiskType(String DiskType)
Set 盘类型
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CBSSpec()
public CBSSpec(CBSSpec source)
public String getDiskType()
public void setDiskType(String DiskType)
DiskType
- 盘类型public Long getDiskSize()
public void setDiskSize(Long DiskSize)
DiskSize
- 大小public Long getDiskCount()
public void setDiskCount(Long DiskCount)
DiskCount
- 个数Copyright © 2024. All rights reserved.