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 Number.
|
Long |
getDiskSize()
Get Size.
|
String |
getDiskType()
Get Disk type.
|
void |
setDiskCount(Long DiskCount)
Set Number.
|
void |
setDiskSize(Long DiskSize)
Set Size.
|
void |
setDiskType(String DiskType)
Set Disk type.
|
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 CBSSpec()
public CBSSpec(CBSSpec source)
public String getDiskType()
public void setDiskType(String DiskType)
DiskType
- Disk type.public Long getDiskSize()
public void setDiskSize(Long DiskSize)
DiskSize
- Size.public Long getDiskCount()
public void setDiskCount(Long DiskCount)
DiskCount
- Number.Copyright © 2025. All rights reserved.