Package com.skava.model.responses
Class CollectionAttributesResponse
java.lang.Object
com.skava.model.responses.CollectionAttributesResponse
- All Implemented Interfaces:
Serializable
The Class CollectionAttributesResponse holds a list of collection attributes as response
data which will be sent to controller.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionAttributesResponse
(String responseCode, String responseMessage, List<CollectionAttributeEntity> attributes) Instantiates a new collection attribute response. -
Method Summary
-
Constructor Details
-
CollectionAttributesResponse
public CollectionAttributesResponse(String responseCode, String responseMessage, List<CollectionAttributeEntity> attributes) Instantiates a new collection attribute response.- Parameters:
responseCode
-String
object. The response code.responseMessage
-String
object.Indicates the response message.attributes
-List
ofCollectionAttributeEntity
objects. The list of collection attribute entity objects.
-