public class ConsentInformationResponse extends Object
| Constructor and Description |
|---|
ConsentInformationResponse() |
| Modifier and Type | Method and Description |
|---|---|
AccountAccess |
getAccess() |
String |
getConsentStatus() |
Integer |
getFrequencyPerDay() |
LocalDate |
getLastActionDate() |
Map<String,HrefType> |
getLinks() |
Boolean |
getRecurringIndicator() |
LocalDate |
getValidUntil() |
void |
setAccess(AccountAccess access) |
void |
setConsentStatus(String consentStatus) |
void |
setFrequencyPerDay(Integer frequencyPerDay) |
void |
setLastActionDate(LocalDate lastActionDate) |
void |
setLinks(Map<String,HrefType> links) |
void |
setRecurringIndicator(Boolean recurringIndicator) |
void |
setValidUntil(LocalDate validUntil) |
public AccountAccess getAccess()
public void setAccess(AccountAccess access)
public Boolean getRecurringIndicator()
public void setRecurringIndicator(Boolean recurringIndicator)
public LocalDate getValidUntil()
public void setValidUntil(LocalDate validUntil)
public Integer getFrequencyPerDay()
public void setFrequencyPerDay(Integer frequencyPerDay)
public LocalDate getLastActionDate()
public void setLastActionDate(LocalDate lastActionDate)
public String getConsentStatus()
public void setConsentStatus(String consentStatus)
Copyright © 2020. All rights reserved.