public class AppRoleBlockRole extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AppRoleBlockRole.Builder |
| 构造器和说明 |
|---|
AppRoleBlockRole() |
AppRoleBlockRole(AppRoleBlockRole.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBlockId() |
Integer |
getBlockPerm() |
String |
getBlockType() |
static AppRoleBlockRole.Builder |
newBuilder() |
void |
setBlockId(String blockId) |
void |
setBlockPerm(Integer blockPerm) |
void |
setBlockType(String blockType) |
public AppRoleBlockRole()
public AppRoleBlockRole(AppRoleBlockRole.Builder builder)
public String getBlockId()
public void setBlockId(String blockId)
public String getBlockType()
public void setBlockType(String blockType)
public Integer getBlockPerm()
public void setBlockPerm(Integer blockPerm)
public static AppRoleBlockRole.Builder newBuilder()
Copyright © 2025. All rights reserved.