public class DeleteUserRequest extends AbstractModel
| Constructor and Description | 
|---|
| DeleteUserRequest() | 
| DeleteUserRequest(DeleteUserRequest 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 | getUserId()Get User ID. | 
| String | getUserName()Get Username, which can contain up to 32 characters. | 
| void | setUserId(String UserId)Set User ID. | 
| void | setUserName(String UserName)Set Username, which can contain up to 32 characters. | 
| 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, toJsonStringpublic DeleteUserRequest()
public DeleteUserRequest(DeleteUserRequest source)
public String getUserName()
public void setUserName(String UserName)
UserName - Username, which can contain up to 32 characters. You need to select either `UserName` or `UserId` as the search criterion; if both are selected, `UserName` will be used by default.public String getUserId()
public void setUserId(String UserId)
UserId - User ID. You need to select either `UserName` or `UserId` as the search criterion. If both are selected, `UserName` will be used by default.Copyright © 2022. All rights reserved.