Class GroupAttributesResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.core.ResponseModel
com.skava.auth.model.response.groupattribute.GroupAttributesResponse
- All Implemented Interfaces:
Serializable
public class GroupAttributesResponse
extends com.skava.core.ResponseModel
Data transfer class holds the list of group 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
ConstructorsConstructorDescriptionGroupAttributesResponse
(String responseCode, List<GroupAttribute> groupAttributes) Instantiates a new group attributes response. -
Method Summary
Methods inherited from class com.skava.core.ResponseModel
getResponseCode, getResponseMessage, getTimeStamp, setResponseCode, setResponseMessage, setTimeStamp
-
Constructor Details
-
GroupAttributesResponse
Instantiates a new group attributes response.- Parameters:
responseCode
- the response codegroupAttributes
- the group attributes
-