Package org.openiam.base.response.data
Class IntResponse
- java.lang.Object
-
- org.openiam.base.ws.Response
-
- org.openiam.base.response.data.BaseDataResponse<Integer>
-
- org.openiam.base.response.data.IntResponse
-
- All Implemented Interfaces:
Serializable
public class IntResponse extends BaseDataResponse<Integer>
Created by alexander on 12/08/16.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.ws.Response
errorCode, errorText, responseValue, status
-
-
Constructor Summary
Constructors Constructor Description IntResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
getValueInternal()
-
Methods inherited from class org.openiam.base.ws.Response
addErrorToken, addFieldMapping, convertToBase, fail, getFieldMapping, isFailure, isSuccess, succeed
-
-
-
-
Method Detail
-
getValueInternal
protected Object getValueInternal()
- Overrides:
getValueInternal
in classBaseDataResponse<Integer>
-
-