public class RequestScope extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
RequestScope.Builder |
| 构造器和说明 |
|---|
RequestScope() |
RequestScope(RequestScope.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getAllowAll() |
HttpInfo[] |
getHttpInfos() |
static RequestScope.Builder |
newBuilder() |
void |
setAllowAll(Boolean allowAll) |
void |
setHttpInfos(HttpInfo[] httpInfos) |
public RequestScope()
public RequestScope(RequestScope.Builder builder)
public Boolean getAllowAll()
public void setAllowAll(Boolean allowAll)
public HttpInfo[] getHttpInfos()
public void setHttpInfos(HttpInfo[] httpInfos)
public static RequestScope.Builder newBuilder()
Copyright © 2026. All rights reserved.