Package com.skava.model.responses
Class AttributeAPIResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.core.ResponseModel
com.skava.model.responses.AttributeAPIResponse
- All Implemented Interfaces:
Serializable
public class AttributeAPIResponse
extends com.skava.core.ResponseModel
The Class AttributeAPIResponse holds the attribute details as response data which will be sent to controller.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields inherited from class com.skava.core.ResponseModel
responseCode, responseMessage, timeStamp
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeAPIResponse
(String codeSuccess, String msgSuccess, Attribute attributeResponse) Instantiates a new AttributeAPIResponse. -
Method Summary
Methods inherited from class com.skava.core.ResponseModel
getResponseCode, getResponseMessage, getTimeStamp, setResponseCode, setResponseMessage, setTimeStamp
-
Constructor Details
-
AttributeAPIResponse
Instantiates a new AttributeAPIResponse.- Parameters:
codeSuccess
- Indicates the code of the response.msgSuccess
- Indicates the message of the response.attributeResponse
- HoldsAttribute
object for creating Attribute API Response.
-