public class AppScope extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AppScope.Builder |
| 构造器和说明 |
|---|
AppScope() |
AppScope(AppScope.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDescription() |
Integer |
getLevel() |
String |
getScope() |
String[] |
getTokenTypes() |
static AppScope.Builder |
newBuilder() |
void |
setDescription(String description) |
void |
setLevel(Integer level) |
void |
setScope(String scope) |
void |
setTokenTypes(String[] tokenTypes) |
public AppScope()
public AppScope(AppScope.Builder builder)
public String getScope()
public void setScope(String scope)
public String getDescription()
public void setDescription(String description)
public Integer getLevel()
public void setLevel(Integer level)
public String[] getTokenTypes()
public void setTokenTypes(String[] tokenTypes)
public static AppScope.Builder newBuilder()
Copyright © 2025. All rights reserved.