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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintvoidvoidsetHeaders(Map<String, List<String>> headers) voidsetStatusCode(int statusCode) 
- 
Constructor Details- 
RestResponsepublic RestResponse()
 
- 
- 
Method Details- 
getStatusCodepublic int getStatusCode()
- 
setStatusCodepublic void setStatusCode(int statusCode) 
- 
getHeaders
- 
setHeaders
- 
getEntity
- 
setEntity
 
-