Class ApiResponse<T>
- java.lang.Object
-
- hudson.plugins.spotinst.api.infra.ApiResponse<T>
-
public class ApiResponse<T> extends Object
Created by aharontwizer on 8/24/15.
-
-
Constructor Summary
Constructors Constructor Description ApiResponse(boolean requestSucceed)
ApiResponse(List<ApiError> errors)
ApiResponse(T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ApiError>
getErrors()
T
getValue()
boolean
isRequestSucceed()
-