Class ConsentTppInformation
- java.lang.Object
-
- de.adorsys.psd2.xs2a.core.consent.ConsentTppInformation
-
public class ConsentTppInformation extends Object
-
-
Constructor Summary
Constructors Constructor Description ConsentTppInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetTppBrandLoggingInformation()intgetTppFrequencyPerDay()TppInfogetTppInfo()List<NotificationSupportedMode>getTppNotificationSupportedModes()StringgetTppNotificationUri()inthashCode()booleanisTppRedirectPreferred()voidsetTppBrandLoggingInformation(String tppBrandLoggingInformation)voidsetTppFrequencyPerDay(int tppFrequencyPerDay)voidsetTppInfo(TppInfo tppInfo)voidsetTppNotificationSupportedModes(List<NotificationSupportedMode> tppNotificationSupportedModes)voidsetTppNotificationUri(String tppNotificationUri)voidsetTppRedirectPreferred(boolean tppRedirectPreferred)StringtoString()
-
-
-
Method Detail
-
isTppRedirectPreferred
public boolean isTppRedirectPreferred()
-
getTppFrequencyPerDay
public int getTppFrequencyPerDay()
-
getTppNotificationUri
public String getTppNotificationUri()
-
getTppInfo
public TppInfo getTppInfo()
-
getTppNotificationSupportedModes
public List<NotificationSupportedMode> getTppNotificationSupportedModes()
-
getTppBrandLoggingInformation
public String getTppBrandLoggingInformation()
-
setTppRedirectPreferred
public void setTppRedirectPreferred(boolean tppRedirectPreferred)
-
setTppFrequencyPerDay
public void setTppFrequencyPerDay(int tppFrequencyPerDay)
-
setTppNotificationUri
public void setTppNotificationUri(String tppNotificationUri)
-
setTppInfo
public void setTppInfo(TppInfo tppInfo)
-
setTppNotificationSupportedModes
public void setTppNotificationSupportedModes(List<NotificationSupportedMode> tppNotificationSupportedModes)
-
setTppBrandLoggingInformation
public void setTppBrandLoggingInformation(String tppBrandLoggingInformation)
-
canEqual
protected boolean canEqual(Object other)
-
-