Class UserAttributesResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.core.ResponseModel
com.skava.auth.model.response.userattribute.UserAttributesResponse
- All Implemented Interfaces:
Serializable
public class UserAttributesResponse
extends com.skava.core.ResponseModel
Data transfer class holds the list of user attribute details 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
ConstructorsConstructorDescriptionUserAttributesResponse
(String responseCode, List<UserAttribute> userAttributes) Instantiates a new user attributes response. -
Method Summary
Methods inherited from class com.skava.core.ResponseModel
getResponseCode, getResponseMessage, getTimeStamp, setResponseCode, setResponseMessage, setTimeStamp
-
Constructor Details
-
UserAttributesResponse
Instantiates a new user attributes response.- Parameters:
responseCode
- the response codeuserAttributes
- the user attribute
-