public class Scope extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Scope.Builder |
| 构造器和说明 |
|---|
Scope() |
Scope(Scope.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getGrantStatus() |
String |
getScopeName() |
String |
getScopeType() |
static Scope.Builder |
newBuilder() |
void |
setGrantStatus(Integer grantStatus) |
void |
setScopeName(String scopeName) |
void |
setScopeType(String scopeType) |
public Scope()
public Scope(Scope.Builder builder)
public static Scope.Builder newBuilder()
public String getScopeName()
public void setScopeName(String scopeName)
public Integer getGrantStatus()
public void setGrantStatus(Integer grantStatus)
public String getScopeType()
public void setScopeType(String scopeType)
Copyright © 2025. All rights reserved.