Class UserConsentHistory
java.lang.Object
com.skava.model.datatransferobjects.UserConsentHistory
- All Implemented Interfaces:
Serializable
This class defines the model UserConsentHistory (Data transfer Object) holds user consent history details.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThe default class constructor.UserConsentHistory
(UserConsentHistory userConsentHistory) Instantiates a new consent history object. -
Method Summary
-
Constructor Details
-
UserConsentHistory
public UserConsentHistory()The default class constructor. -
UserConsentHistory
Instantiates a new consent history object.- Parameters:
userConsentHistory
- Instance ofUserConsentHistory
object.
-