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