Class GetNotificationConfigurationRequest
- java.lang.Object
-
- com.adyen.model.marketpay.notification.GetNotificationConfigurationRequest
-
public class GetNotificationConfigurationRequest extends Object
GetNotificationConfigurationRequest
-
-
Constructor Summary
Constructors Constructor Description GetNotificationConfigurationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetNotificationId()Id of the notification configurationinthashCode()GetNotificationConfigurationRequestnotificationId(Long notificationId)voidsetNotificationId(Long notificationId)StringtoString()
-
-
-
Method Detail
-
notificationId
public GetNotificationConfigurationRequest notificationId(Long notificationId)
-
getNotificationId
public Long getNotificationId()
Id of the notification configuration- Returns:
- notificationId
-
setNotificationId
public void setNotificationId(Long notificationId)
-
-