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