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 Permission group ID
|
String |
getFileSystemId()
Get File system ID
Note: only one of `AccessGroupId`, `FileSystemId`, and `OwnerUin` can be specified as the input parameter
|
Long |
getOwnerUin()
Get Resource owner `Uin`
|
void |
setAccessGroupId(String AccessGroupId)
Set Permission group ID
|
void |
setFileSystemId(String FileSystemId)
Set File system ID
Note: only one of `AccessGroupId`, `FileSystemId`, and `OwnerUin` can be specified as the input parameter
|
void |
setOwnerUin(Long OwnerUin)
Set Resource owner `Uin`
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeMountPointsRequest()
public DescribeMountPointsRequest(DescribeMountPointsRequest source)
public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId
- File system ID
Note: only one of `AccessGroupId`, `FileSystemId`, and `OwnerUin` can be specified as the input parameterpublic String getAccessGroupId()
public void setAccessGroupId(String AccessGroupId)
AccessGroupId
- Permission group IDpublic Long getOwnerUin()
public void setOwnerUin(Long OwnerUin)
OwnerUin
- Resource owner `Uin`Copyright © 2024. All rights reserved.