public class UpdateCfsFileSystemPGroupRequest extends AbstractModel
Constructor and Description |
---|
UpdateCfsFileSystemPGroupRequest() |
UpdateCfsFileSystemPGroupRequest(UpdateCfsFileSystemPGroupRequest 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 |
getPGroupId()
Get 权限组 ID
|
void |
setFileSystemId(String FileSystemId)
Set 文件系统 ID
|
void |
setPGroupId(String PGroupId)
Set 权限组 ID
|
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 UpdateCfsFileSystemPGroupRequest()
public UpdateCfsFileSystemPGroupRequest(UpdateCfsFileSystemPGroupRequest source)
public String getPGroupId()
public void setPGroupId(String PGroupId)
PGroupId
- 权限组 IDpublic String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId
- 文件系统 IDCopyright © 2021. All rights reserved.