public class DeleteUserQuotaRequest extends AbstractModel
Constructor and Description |
---|
DeleteUserQuotaRequest() |
DeleteUserQuotaRequest(DeleteUserQuotaRequest 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 |
getUserId()
Get UID/GID信息
|
String |
getUserType()
Get 指定配额类型,包括Uid、Gid
|
void |
setFileSystemId(String FileSystemId)
Set 文件系统 ID
|
void |
setUserId(String UserId)
Set UID/GID信息
|
void |
setUserType(String UserType)
Set 指定配额类型,包括Uid、Gid
|
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 DeleteUserQuotaRequest()
public DeleteUserQuotaRequest(DeleteUserQuotaRequest source)
public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId
- 文件系统 IDpublic String getUserType()
public void setUserType(String UserType)
UserType
- 指定配额类型,包括Uid、Gidpublic String getUserId()
public void setUserId(String UserId)
UserId
- UID/GID信息Copyright © 2023. All rights reserved.