-
public final class UsercentricsConsentUserResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final UsercentricsUserInteractionuserInteractionprivate final List<UsercentricsServiceConsent>consentsprivate final StringcontrollerId
-
Constructor Summary
Constructors Constructor Description UsercentricsConsentUserResponse(UsercentricsUserInteraction userInteraction, List<UsercentricsServiceConsent> consents, String controllerId)
-
Method Summary
Modifier and Type Method Description final UsercentricsUserInteractiongetUserInteraction()final List<UsercentricsServiceConsent>getConsents()final StringgetControllerId()-
-
Constructor Detail
-
UsercentricsConsentUserResponse
UsercentricsConsentUserResponse(UsercentricsUserInteraction userInteraction, List<UsercentricsServiceConsent> consents, String controllerId)
-
-
Method Detail
-
getUserInteraction
final UsercentricsUserInteraction getUserInteraction()
-
getConsents
final List<UsercentricsServiceConsent> getConsents()
-
getControllerId
final String getControllerId()
-
-
-
-