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 Summary
Constructors Constructor Description ConsentDetailResponse()Non-parametric constructor.ConsentDetailResponse(String id, String name, String text, Long version)Constructor for consent information. -
Method Summary
-
Constructor Details
-
ConsentDetailResponse
public ConsentDetailResponse()Non-parametric constructor. -
ConsentDetailResponse
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
-
setId
-
getName
-
setName
-
getText
-
setText
-
getVersion
-
setVersion
-