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