public class CreateMountPointRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
CreateMountPointRequest() |
CreateMountPointRequest(CreateMountPointRequest 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 |
getFileSystemId()
Get 文件系统ID
|
String |
getMountPointName()
Get 挂载点名称
|
Long |
getMountPointStatus()
Get 挂载点状态(1:打开;2:关闭)
|
void |
setFileSystemId(String FileSystemId)
Set 文件系统ID
|
void |
setMountPointName(String MountPointName)
Set 挂载点名称
|
void |
setMountPointStatus(Long MountPointStatus)
Set 挂载点状态(1:打开;2:关闭)
|
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, toJsonStringpublic CreateMountPointRequest()
public CreateMountPointRequest(CreateMountPointRequest source)
public String getMountPointName()
public void setMountPointName(String MountPointName)
MountPointName - 挂载点名称public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId - 文件系统IDpublic Long getMountPointStatus()
public void setMountPointStatus(Long MountPointStatus)
MountPointStatus - 挂载点状态(1:打开;2:关闭)Copyright © 2024. All rights reserved.