abstract class BaseResponse<C> extends Object
User: Pavel Abizyaev, Date: 11.08.14 14:29
.| Modifier and Type | Field and Description |
|---|---|
private C |
content |
private String |
contentEncoding |
private String |
contentType |
private int |
responseCode |
| Constructor and Description |
|---|
BaseResponse(C content,
int responseCode,
String contentEncoding,
String contentType) |
| Modifier and Type | Method and Description |
|---|---|
C |
getContent() |
String |
getContentEncoding() |
String |
getContentType() |
int |
getResponseCode() |
Copyright © 2022. All rights reserved.