Package com.labs64.netlicensing.provider
Class RestResponse<T>
java.lang.Object
com.labs64.netlicensing.provider.RestResponse<T>
- Type Parameters:
T
- type of response entity
Contains info about response together with response entity.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
void
void
setHeaders
(Map<String, List<String>> headers) void
setStatusCode
(int statusCode)
-
Constructor Details
-
RestResponse
public RestResponse()
-
-
Method Details
-
getStatusCode
public int getStatusCode() -
setStatusCode
public void setStatusCode(int statusCode) -
getHeaders
-
setHeaders
-
getEntity
-
setEntity
-