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