Class ChannelDeleteRoleUsersRequest


  • public class ChannelDeleteRoleUsersRequest
    extends AbstractModel
    • 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参数,最多两百