Class GiveConsentResponse
java.lang.Object
io.getlime.security.powerauth.app.tppengine.model.response.GiveConsentResponse
public class GiveConsentResponse extends Object
Information about just given consent.
- Author:
- Petr Dvorak, petr@wultra.com
-
Constructor Summary
Constructors Constructor Description GiveConsentResponse() -
Method Summary
Modifier and Type Method Description StringgetClientId()StringgetConsentId()StringgetConsentName()StringgetConsentParameters()StringgetConsentText()StringgetExternalId()LonggetId()StringgetUserId()voidsetClientId(String clientId)voidsetConsentId(String consentId)voidsetConsentName(String consentName)voidsetConsentParameters(String consentParameters)voidsetConsentText(String consentText)voidsetExternalId(String externalId)voidsetId(Long id)voidsetUserId(String userId)
-
Constructor Details
-
GiveConsentResponse
public GiveConsentResponse()
-
-
Method Details
-
getId
-
setId
-
getUserId
-
setUserId
-
getClientId
-
setClientId
-
getConsentId
-
setConsentId
-
getConsentName
-
setConsentName
-
getConsentText
-
setConsentText
-
getConsentParameters
-
setConsentParameters
-
getExternalId
-
setExternalId
-