Class DeleteEndUserRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.DeleteEndUserRequest
-
public class DeleteEndUserRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteEndUserRequest()DeleteEndUserRequest(DeleteEndUserRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEnvId()Get 环境IDString[]getUserList()Get 用户列表,每一项都是uuidvoidsetEnvId(String EnvId)Set 环境IDvoidsetUserList(String[] UserList)Set 用户列表,每一项都是uuidvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DeleteEndUserRequest
public DeleteEndUserRequest()
-
DeleteEndUserRequest
public DeleteEndUserRequest(DeleteEndUserRequest 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.
-
-
Method Detail
-
getEnvId
public String getEnvId()
Get 环境ID- Returns:
- EnvId 环境ID
-
setEnvId
public void setEnvId(String EnvId)
Set 环境ID- Parameters:
EnvId- 环境ID
-
getUserList
public String[] getUserList()
Get 用户列表,每一项都是uuid- Returns:
- UserList 用户列表,每一项都是uuid
-
setUserList
public void setUserList(String[] UserList)
Set 用户列表,每一项都是uuid- Parameters:
UserList- 用户列表,每一项都是uuid
-
-