Class CollectionAttributesResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.core.ResponseModel
com.skava.auth.model.response.collectionattribute.CollectionAttributesResponse
- All Implemented Interfaces:
Serializable
public class CollectionAttributesResponse
extends com.skava.core.ResponseModel
Data transfer class holds the list of collection attribute as response data to transfer from service to controller.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields inherited from class com.skava.core.ResponseModel
responseCode, responseMessage, timeStamp
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionAttributesResponse
(String responseCode, List<CollectionAttribute> attributes) Instantiates a new collection attribute response. -
Method Summary
Methods inherited from class com.skava.core.ResponseModel
getResponseCode, getResponseMessage, getTimeStamp, setResponseCode, setResponseMessage, setTimeStamp
-
Constructor Details
-
CollectionAttributesResponse
Instantiates a new collection attribute response.- Parameters:
responseCode
- aString
object.attributes
-List
ofCollectionAttribute
objects. The list of collection attribute objects.
-