public class MountPoint extends AbstractModel
Constructor and Description |
---|
MountPoint() |
MountPoint(MountPoint 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[] |
getAccessGroupIds()
Get List of IDs of the bound permission groups
|
String |
getCreateTime()
Get Creation time
|
String |
getFileSystemId()
Get File system ID
|
String |
getMountPointId()
Get Mount point ID
|
String |
getMountPointName()
Get Mount point name
|
Long |
getStatus()
Get Mount point status (1: enabled; 2: disabled)
|
void |
setAccessGroupIds(String[] AccessGroupIds)
Set List of IDs of the bound permission groups
|
void |
setCreateTime(String CreateTime)
Set Creation time
|
void |
setFileSystemId(String FileSystemId)
Set File system ID
|
void |
setMountPointId(String MountPointId)
Set Mount point ID
|
void |
setMountPointName(String MountPointName)
Set Mount point name
|
void |
setStatus(Long Status)
Set Mount point status (1: enabled; 2: disabled)
|
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 MountPoint()
public MountPoint(MountPoint source)
public String getMountPointId()
public void setMountPointId(String MountPointId)
MountPointId
- Mount point IDpublic String getMountPointName()
public void setMountPointName(String MountPointName)
MountPointName
- Mount point namepublic String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId
- File system IDpublic Long getStatus()
public void setStatus(Long Status)
Status
- Mount point status (1: enabled; 2: disabled)public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation timepublic String[] getAccessGroupIds()
public void setAccessGroupIds(String[] AccessGroupIds)
AccessGroupIds
- List of IDs of the bound permission groupsCopyright © 2023. All rights reserved.