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