public class ControllerManagementResponse extends Object implements ManagementResponse
| Constructor and Description |
|---|
ControllerManagementResponse(ResponseType type,
Object body) |
ControllerManagementResponse(ResponseType type,
Object body,
int status,
Map<String,String> headers) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBody() |
Map<String,String> |
getHeaders() |
int |
getResponseCode() |
int |
getStatus() |
ResponseType |
getType() |
public ControllerManagementResponse(ResponseType type, Object body)
public ControllerManagementResponse(ResponseType type, Object body, int status, Map<String,String> headers)
public ResponseType getType()
getType in interface ManagementResponsepublic Object getBody()
getBody in interface ManagementResponsepublic int getStatus()
public Map<String,String> getHeaders()
getHeaders in interface ManagementResponsepublic int getResponseCode()
getResponseCode in interface ManagementResponseCopyright © 2006–2020 The Apache Software Foundation. All rights reserved.