public class DescribeMountPointsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeMountPointsRequest() | 
| DescribeMountPointsRequest(DescribeMountPointsRequest 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 | getAccessGroupId()Get 权限组ID | 
| String | getFileSystemId()Get 文件系统ID
备注:入参只能指定AccessGroupId、FileSystemId和OwnerUin的其中一个 | 
| Long | getOwnerUin()Get 资源所属者Uin | 
| void | setAccessGroupId(String AccessGroupId)Set 权限组ID | 
| void | setFileSystemId(String FileSystemId)Set 文件系统ID
备注:入参只能指定AccessGroupId、FileSystemId和OwnerUin的其中一个 | 
| void | setOwnerUin(Long OwnerUin)Set 资源所属者Uin | 
| 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 DescribeMountPointsRequest()
public DescribeMountPointsRequest(DescribeMountPointsRequest source)
public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId - 文件系统ID
备注:入参只能指定AccessGroupId、FileSystemId和OwnerUin的其中一个public String getAccessGroupId()
public void setAccessGroupId(String AccessGroupId)
AccessGroupId - 权限组IDpublic Long getOwnerUin()
public void setOwnerUin(Long OwnerUin)
OwnerUin - 资源所属者UinCopyright © 2025. All rights reserved.