public static class ApiResult.ApiSystemInfoResponse extends ApiResult.ApiResponse
| Modifier and Type | Field and Description |
|---|---|
protected List<Map<String,String>> |
bugReportProps |
protected List<Map<String,String>> |
envProps |
protected List<Map<String,String>> |
fessProps |
protected List<Map<String,String>> |
systemProps |
status, version| Constructor and Description |
|---|
ApiSystemInfoResponse() |
| Modifier and Type | Method and Description |
|---|---|
ApiResult.ApiSystemInfoResponse |
bugReportProps(List<Map<String,String>> bugReportProps) |
ApiResult.ApiSystemInfoResponse |
envProps(List<Map<String,String>> envProps) |
ApiResult.ApiSystemInfoResponse |
fessProps(List<Map<String,String>> fessProps) |
ApiResult |
result() |
ApiResult.ApiSystemInfoResponse |
systemProps(List<Map<String,String>> systemProps) |
statuspublic ApiResult.ApiSystemInfoResponse envProps(List<Map<String,String>> envProps)
public ApiResult.ApiSystemInfoResponse systemProps(List<Map<String,String>> systemProps)
public ApiResult.ApiSystemInfoResponse fessProps(List<Map<String,String>> fessProps)
public ApiResult.ApiSystemInfoResponse bugReportProps(List<Map<String,String>> bugReportProps)
public ApiResult result()
result in class ApiResult.ApiResponseCopyright © 2009–2017 CodeLibs. All rights reserved.