public class Acpv1tokensConsentData extends Object
| Constructor | Description |
|---|---|
Acpv1tokensConsentData() |
| Modifier and Type | Method | Description |
|---|---|---|
Acpv1tokensConsentData |
acceptedTime(String acceptedTime) |
|
Acpv1tokensConsentData |
effectiveUntil(String effectiveUntil) |
|
boolean |
equals(Object o) |
|
String |
getAcceptedTime() |
Date and time when the consent was accepted by the consumer.
|
String |
getEffectiveUntil() |
Date and time until which the consent remains effective.
|
String |
getId() |
Unique identifier for the consent.
|
String |
getSource() |
Source of the consent.
|
String |
getType() |
Type of the consent.
|
int |
hashCode() |
|
Acpv1tokensConsentData |
id(String id) |
|
void |
setAcceptedTime(String acceptedTime) |
|
void |
setEffectiveUntil(String effectiveUntil) |
|
void |
setId(String id) |
|
void |
setSource(String source) |
|
void |
setType(String type) |
|
Acpv1tokensConsentData |
source(String source) |
|
String |
toString() |
|
Acpv1tokensConsentData |
type(String type) |
public Acpv1tokensConsentData id(String id)
public String getId()
public void setId(String id)
public Acpv1tokensConsentData type(String type)
public String getType()
public void setType(String type)
public Acpv1tokensConsentData source(String source)
public String getSource()
public void setSource(String source)
public Acpv1tokensConsentData acceptedTime(String acceptedTime)
public String getAcceptedTime()
public void setAcceptedTime(String acceptedTime)
public Acpv1tokensConsentData effectiveUntil(String effectiveUntil)
public String getEffectiveUntil()
public void setEffectiveUntil(String effectiveUntil)
Copyright © 2026. All rights reserved.