public class ConsentTppInformation extends Object
| Constructor and Description |
|---|
ConsentTppInformation() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getTppBrandLoggingInformation() |
int |
getTppFrequencyPerDay() |
TppInfo |
getTppInfo() |
List<NotificationSupportedMode> |
getTppNotificationSupportedModes() |
String |
getTppNotificationUri() |
int |
hashCode() |
boolean |
isTppRedirectPreferred() |
void |
setTppBrandLoggingInformation(String tppBrandLoggingInformation) |
void |
setTppFrequencyPerDay(int tppFrequencyPerDay) |
void |
setTppInfo(TppInfo tppInfo) |
void |
setTppNotificationSupportedModes(List<NotificationSupportedMode> tppNotificationSupportedModes) |
void |
setTppNotificationUri(String tppNotificationUri) |
void |
setTppRedirectPreferred(boolean tppRedirectPreferred) |
String |
toString() |
public boolean isTppRedirectPreferred()
public int getTppFrequencyPerDay()
public String getTppNotificationUri()
public TppInfo getTppInfo()
public List<NotificationSupportedMode> getTppNotificationSupportedModes()
public String getTppBrandLoggingInformation()
public void setTppRedirectPreferred(boolean tppRedirectPreferred)
public void setTppFrequencyPerDay(int tppFrequencyPerDay)
public void setTppNotificationUri(String tppNotificationUri)
public void setTppInfo(TppInfo tppInfo)
public void setTppNotificationSupportedModes(List<NotificationSupportedMode> tppNotificationSupportedModes)
public void setTppBrandLoggingInformation(String tppBrandLoggingInformation)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.