Class ConsentDetailResponse

java.lang.Object
io.getlime.security.powerauth.app.tppengine.model.response.ConsentDetailResponse

public class ConsentDetailResponse
extends Object
Class representing a consent detail response.
Author:
Petr Dvorak, petr@wultra.com
  • Constructor Details

    • ConsentDetailResponse

      public ConsentDetailResponse()
      Non-parametric constructor.
    • ConsentDetailResponse

      public ConsentDetailResponse​(String id, String name, String text, Long version)
      Constructor for consent information.
      Parameters:
      id - Identifier of the consent.
      name - Name of the consent, used for display.
      text - Text of the consent with the placeholders (raw consent string).
      version - Consent version.
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId​(String id)
    • getName

      public String getName()
    • setName

      public void setName​(String name)
    • getText

      public String getText()
    • setText

      public void setText​(String text)
    • getVersion

      public Long getVersion()
    • setVersion

      public void setVersion​(Long version)