Package com.ibm.cloud.sdk.core.http
Class Response<T>
- java.lang.Object
-
- com.ibm.cloud.sdk.core.http.Response<T>
-
- Type Parameters:
T
- the generic type
public class Response<T> extends java.lang.Object
Class holding the converted service call result along with some HTTP response data.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Headers
getHeaders()
T
getResult()
int
getStatusCode()
java.lang.String
getStatusMessage()
-