java.lang.Object
io.getlime.security.powerauth.app.tppengine.model.entity.GivenConsentHistory

public class GivenConsentHistory
extends Object
Response entity object in the consent history.
Author:
Petr Dvorak, petr@wultra.com
  • Constructor Details

    • GivenConsentHistory

      public GivenConsentHistory()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId​(Long id)
    • getClientId

      public String getClientId()
    • setClientId

      public void setClientId​(String clientId)
    • getChange

      public String getChange()
    • setChange

      public void setChange​(String change)
    • getConsentId

      public String getConsentId()
    • setConsentId

      public void setConsentId​(String consentId)
    • getConsentName

      public String getConsentName()
    • setConsentName

      public void setConsentName​(String consentName)
    • getConsentText

      public String getConsentText()
    • setConsentText

      public void setConsentText​(String consentText)
    • getConsentParameters

      public String getConsentParameters()
    • setConsentParameters

      public void setConsentParameters​(String consentParameters)
    • getExternalId

      public String getExternalId()
    • setExternalId

      public void setExternalId​(String externalId)
    • getTimestampCreated

      public Date getTimestampCreated()
    • setTimestampCreated

      public void setTimestampCreated​(Date timestampCreated)