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