public class CreateMountPointRequest extends AbstractModel
Constructor and Description |
---|
CreateMountPointRequest() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2021. All rights reserved.