public class VolumeInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
VolumeInfo() |
VolumeInfo(VolumeInfo 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 |
getMountPath()
Get 挂载路径。
|
String |
getName()
Get 名称。
|
String |
getVolumeId()
Get 缓存卷ID。
|
void |
setMountPath(String MountPath)
Set 挂载路径。
|
void |
setName(String Name)
Set 名称。
|
void |
setVolumeId(String VolumeId)
Set 缓存卷ID。
|
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 VolumeInfo()
public VolumeInfo(VolumeInfo source)
public String getVolumeId()
public void setVolumeId(String VolumeId)
VolumeId
- 缓存卷ID。public String getName()
public void setName(String Name)
Name
- 名称。public String getMountPath()
public void setMountPath(String MountPath)
MountPath
- 挂载路径。Copyright © 2025. All rights reserved.