Package org.openiam.base.response.data
Class PageTemplateWithErrorCodeResponse
- java.lang.Object
-
- org.openiam.base.ws.Response
-
- org.openiam.base.response.data.PageTemplateWithErrorCodeResponse
-
- All Implemented Interfaces:
Serializable
public class PageTemplateWithErrorCodeResponse extends Response
Created by Asker Kazharov on 28/04/17.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.ws.Response
errorCode, errorText, responseValue, status
-
-
Constructor Summary
Constructors Constructor Description PageTemplateWithErrorCodeResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PageTempate
getValue()
void
setValue(PageTempate value)
String
toString()
-
Methods inherited from class org.openiam.base.ws.Response
addErrorToken, addFieldMapping, convertToBase, fail, getFieldMapping, getValueInternal, isFailure, isSuccess, succeed
-
-
-
-
Method Detail
-
getValue
public PageTempate getValue()
-
setValue
public void setValue(PageTempate value)
-
-