public class CreateMountPointRequest extends AbstractModel
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 © 2022. All rights reserved.