public class MountPoint extends AbstractModel
header, skipSign| 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 绑定的权限组ID列表 | 
| String | getCreateTime()Get 创建时间 | 
| String | getFileSystemId()Get 文件系统ID | 
| String | getMountPointId()Get 挂载点ID | 
| String | getMountPointName()Get 挂载点名称 | 
| Long | getStatus()Get 挂载点状态(1:打开;2:关闭) | 
| void | setAccessGroupIds(String[] AccessGroupIds)Set 绑定的权限组ID列表 | 
| void | setCreateTime(String CreateTime)Set 创建时间 | 
| void | setFileSystemId(String FileSystemId)Set 文件系统ID | 
| void | setMountPointId(String MountPointId)Set 挂载点ID | 
| void | setMountPointName(String MountPointName)Set 挂载点名称 | 
| void | setStatus(Long Status)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 MountPoint()
public MountPoint(MountPoint source)
public String getMountPointId()
public void setMountPointId(String MountPointId)
MountPointId - 挂载点IDpublic String getMountPointName()
public void setMountPointName(String MountPointName)
MountPointName - 挂载点名称public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId - 文件系统IDpublic Long getStatus()
public void setStatus(Long Status)
Status - 挂载点状态(1:打开;2:关闭)public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 创建时间public String[] getAccessGroupIds()
public void setAccessGroupIds(String[] AccessGroupIds)
AccessGroupIds - 绑定的权限组ID列表Copyright © 2025. All rights reserved.