public static class ApiResult.ApiConfigsResponse<T> extends ApiResult.ApiResponse
| Modifier and Type | Field and Description |
|---|---|
protected List<T> |
settings |
protected long |
total |
status, version| Constructor and Description |
|---|
ApiConfigsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ApiResult |
result() |
ApiResult.ApiConfigsResponse<T> |
settings(List<T> settings) |
ApiResult.ApiConfigsResponse<T> |
total(long total) |
statuspublic ApiResult.ApiConfigsResponse<T> settings(List<T> settings)
public ApiResult.ApiConfigsResponse<T> total(long total)
public ApiResult result()
result in class ApiResult.ApiResponseCopyright © 2009–2017 CodeLibs. All rights reserved.