Class UserConsentHistory

java.lang.Object
com.skava.model.datatransferobjects.UserConsentHistory
All Implemented Interfaces:
Serializable

public class UserConsentHistory extends Object implements Serializable
This class defines the model UserConsentHistory (Data transfer Object) holds user consent history details.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • UserConsentHistory

      public UserConsentHistory()
      The default class constructor.
    • UserConsentHistory

      public UserConsentHistory(UserConsentHistory userConsentHistory)
      Instantiates a new consent history object.
      Parameters:
      userConsentHistory - Instance of UserConsentHistory object.