public final class AspspConsentData extends Object
| Constructor and Description |
|---|
AspspConsentData(@Nullable byte[] aspspConsentData,
@NotNull String consentId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
@Nullable byte[] |
getAspspConsentData()
Encrypted data that may be stored in the consent management system in the consent linked to a request.
May be null if consent does not contain such data, or request isn't done from a workflow with a consent |
@NotNull String |
getConsentId() |
int |
hashCode() |
boolean |
isEmptyConsentData()
Checks whether consent data is contains information or not
|
String |
toString() |
@ConstructorProperties(value={"aspspConsentData","consentId"}) public AspspConsentData(@Nullable @Nullable byte[] aspspConsentData, @NotNull @NotNull String consentId)
public boolean isEmptyConsentData()
true if consent data is empty. false otherwise.@Nullable public @Nullable byte[] getAspspConsentData()
@NotNull public @NotNull String getConsentId()
Copyright © 2020. All rights reserved.