Class ChannelDeleteRoleUsersRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20210526.models.ChannelDeleteRoleUsersRequest
-
public class ChannelDeleteRoleUsersRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ChannelDeleteRoleUsersRequest()
ChannelDeleteRoleUsersRequest(ChannelDeleteRoleUsersRequest 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 Deprecated Methods Modifier and Type Method Description Agent
getAgent()
Get 代理信息此接口Agent.ProxyOrganizationOpenId、Agent.String[]
getOpenIds()
Get 客户系统用户ID列表,与UserIds参数二选一,优先UserIds参数,最多两百UserInfo
getOperator()
Deprecated.String
getRoleId()
Get 角色Id(非超管或法人角色Id)String[]
getUserIds()
Get 电子签用户ID列表,与OpenIds参数二选一,优先UserIds参数,最多两百void
setAgent(Agent Agent)
Set 代理信息此接口Agent.ProxyOrganizationOpenId、Agent.void
setOpenIds(String[] OpenIds)
Set 客户系统用户ID列表,与UserIds参数二选一,优先UserIds参数,最多两百void
setOperator(UserInfo Operator)
Deprecated.void
setRoleId(String RoleId)
Set 角色Id(非超管或法人角色Id)void
setUserIds(String[] UserIds)
Set 电子签用户ID列表,与OpenIds参数二选一,优先UserIds参数,最多两百void
toMap(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
-
ChannelDeleteRoleUsersRequest
public ChannelDeleteRoleUsersRequest()
-
ChannelDeleteRoleUsersRequest
public ChannelDeleteRoleUsersRequest(ChannelDeleteRoleUsersRequest 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
-
getAgent
public Agent getAgent()
Get 代理信息此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。- Returns:
- Agent 代理信息此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
-
setAgent
public void setAgent(Agent Agent)
Set 代理信息此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。- Parameters:
Agent
- 代理信息此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
-
getRoleId
public String getRoleId()
Get 角色Id(非超管或法人角色Id)- Returns:
- RoleId 角色Id(非超管或法人角色Id)
-
setRoleId
public void setRoleId(String RoleId)
Set 角色Id(非超管或法人角色Id)- Parameters:
RoleId
- 角色Id(非超管或法人角色Id)
-
getUserIds
public String[] getUserIds()
Get 电子签用户ID列表,与OpenIds参数二选一,优先UserIds参数,最多两百- Returns:
- UserIds 电子签用户ID列表,与OpenIds参数二选一,优先UserIds参数,最多两百
-
setUserIds
public void setUserIds(String[] UserIds)
Set 电子签用户ID列表,与OpenIds参数二选一,优先UserIds参数,最多两百- Parameters:
UserIds
- 电子签用户ID列表,与OpenIds参数二选一,优先UserIds参数,最多两百
-
getOperator
@Deprecated public UserInfo getOperator()
Deprecated.Get 操作人信息- Returns:
- Operator 操作人信息
-
setOperator
@Deprecated public void setOperator(UserInfo Operator)
Deprecated.Set 操作人信息- Parameters:
Operator
- 操作人信息
-
getOpenIds
public String[] getOpenIds()
Get 客户系统用户ID列表,与UserIds参数二选一,优先UserIds参数,最多两百- Returns:
- OpenIds 客户系统用户ID列表,与UserIds参数二选一,优先UserIds参数,最多两百
-
setOpenIds
public void setOpenIds(String[] OpenIds)
Set 客户系统用户ID列表,与UserIds参数二选一,优先UserIds参数,最多两百- Parameters:
OpenIds
- 客户系统用户ID列表,与UserIds参数二选一,优先UserIds参数,最多两百
-
-