Package de.adorsys.psd2.xs2a.core.tpp
Class TppNotificationData
- java.lang.Object
-
- de.adorsys.psd2.xs2a.core.tpp.TppNotificationData
-
public final class TppNotificationData extends Object
-
-
Constructor Summary
Constructors Constructor Description TppNotificationData(@NotNull List<NotificationSupportedMode> notificationModes, @Nullable String tppNotificationUri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@NotNull List<NotificationSupportedMode>getNotificationModes()@Nullable StringgetTppNotificationUri()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
TppNotificationData
@ConstructorProperties({"notificationModes","tppNotificationUri"}) public TppNotificationData(@NotNull @NotNull List<NotificationSupportedMode> notificationModes, @Nullable @Nullable String tppNotificationUri)
-
-
Method Detail
-
getNotificationModes
@NotNull public @NotNull List<NotificationSupportedMode> getNotificationModes()
-
getTppNotificationUri
@Nullable public @Nullable String getTppNotificationUri()
-
-