public class StandardScope extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
StandardScope.Builder |
| 构造器和说明 |
|---|
StandardScope() |
StandardScope(StandardScope.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getAll() |
String |
getDefineExpression() |
StandardScopeExpression[] |
getExpressions() |
static StandardScope.Builder |
newBuilder() |
void |
setAll(Boolean all) |
void |
setDefineExpression(String defineExpression) |
void |
setExpressions(StandardScopeExpression[] expressions) |
public StandardScope()
public StandardScope(StandardScope.Builder builder)
public Boolean getAll()
public void setAll(Boolean all)
public String getDefineExpression()
public void setDefineExpression(String defineExpression)
public StandardScopeExpression[] getExpressions()
public void setExpressions(StandardScopeExpression[] expressions)
public static StandardScope.Builder newBuilder()
Copyright © 2025. All rights reserved.