public class ConsentReference extends Object
| Constructor and Description |
|---|
ConsentReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorizationId() |
ConsentType |
getConsentType() |
String |
getCookieString() |
String |
getEncryptedConsentId() |
String |
getRedirectId() |
void |
setAuthorizationId(String authorizationId) |
void |
setConsentType(ConsentType consentType) |
void |
setCookieString(String cookieString) |
void |
setEncryptedConsentId(String encryptedConsentId) |
void |
setRedirectId(String redirectId) |
public String getAuthorizationId()
public void setAuthorizationId(String authorizationId)
public String getRedirectId()
public void setRedirectId(String redirectId)
public ConsentType getConsentType()
public void setConsentType(ConsentType consentType)
public String getEncryptedConsentId()
public void setEncryptedConsentId(String encryptedConsentId)
public String getCookieString()
public void setCookieString(String cookieString)
Copyright © 2019. All rights reserved.