All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.dingtalkmicro_app_1_0.models.GetAppRoleScopeByRoleIdResponseBody Maven / Gradle / Ivy

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkmicro_app_1_0.models;

import com.aliyun.tea.*;

public class GetAppRoleScopeByRoleIdResponseBody extends TeaModel {
    /**
     * example:
     * 

false

*/ @NameInMap("canManageRole") public Boolean canManageRole; @NameInMap("deptIdList") public java.util.List deptIdList; /** * example: *

123

*/ @NameInMap("roleId") public Long roleId; /** * example: *

财务

*/ @NameInMap("roleName") public String roleName; /** * example: *

PART_VISIBLE

*/ @NameInMap("scopeType") public String scopeType; /** * example: *

123

*/ @NameInMap("scopeVersion") public String scopeVersion; @NameInMap("userIdList") public java.util.List userIdList; public static GetAppRoleScopeByRoleIdResponseBody build(java.util.Map map) throws Exception { GetAppRoleScopeByRoleIdResponseBody self = new GetAppRoleScopeByRoleIdResponseBody(); return TeaModel.build(map, self); } public GetAppRoleScopeByRoleIdResponseBody setCanManageRole(Boolean canManageRole) { this.canManageRole = canManageRole; return this; } public Boolean getCanManageRole() { return this.canManageRole; } public GetAppRoleScopeByRoleIdResponseBody setDeptIdList(java.util.List deptIdList) { this.deptIdList = deptIdList; return this; } public java.util.List getDeptIdList() { return this.deptIdList; } public GetAppRoleScopeByRoleIdResponseBody setRoleId(Long roleId) { this.roleId = roleId; return this; } public Long getRoleId() { return this.roleId; } public GetAppRoleScopeByRoleIdResponseBody setRoleName(String roleName) { this.roleName = roleName; return this; } public String getRoleName() { return this.roleName; } public GetAppRoleScopeByRoleIdResponseBody setScopeType(String scopeType) { this.scopeType = scopeType; return this; } public String getScopeType() { return this.scopeType; } public GetAppRoleScopeByRoleIdResponseBody setScopeVersion(String scopeVersion) { this.scopeVersion = scopeVersion; return this; } public String getScopeVersion() { return this.scopeVersion; } public GetAppRoleScopeByRoleIdResponseBody setUserIdList(java.util.List userIdList) { this.userIdList = userIdList; return this; } public java.util.List getUserIdList() { return this.userIdList; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy