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

    Constructors
    Constructor
    Description
    GroupAttributesResponse(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GroupAttributesResponse

      public GroupAttributesResponse(String responseCode, List<GroupAttribute> groupAttributes)
      Instantiates a new group attributes response.
      Parameters:
      responseCode - the response code
      groupAttributes - the group attributes