Package org.openiam.base.response.map
Class AbstractMapResponse<K,V>
- java.lang.Object
-
- org.openiam.base.ws.Response
-
- org.openiam.base.response.map.AbstractMapResponse<K,V>
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LoginAttributeToLoginIdMapResponse
,StringToBooleanMapResponse
,StringToStringMapResponse
public abstract class AbstractMapResponse<K,V> extends Response
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.ws.Response
errorCode, errorText, responseValue, status
-
-
Constructor Summary
Constructors Constructor Description AbstractMapResponse()
-
Method Summary
-
Methods inherited from class org.openiam.base.ws.Response
addErrorToken, addFieldMapping, convertToBase, fail, getFieldMapping, getValueInternal, isFailure, isSuccess, succeed
-
-