Class GetNotificationConfigurationListResponse
- java.lang.Object
-
- com.adyen.model.marketpay.notification.GenericResponse
-
- com.adyen.model.marketpay.notification.GetNotificationConfigurationListResponse
-
public class GetNotificationConfigurationListResponse extends GenericResponse
GetNotificationConfigurationListResponse
-
-
Constructor Summary
Constructors Constructor Description GetNotificationConfigurationListResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<NotificationConfigurationDetails>getConfigurations()Populate the virtual configurations to bypass the notificationConfigurationDetails listinthashCode()voidsetConfigurations(List<NotificationConfigurationDetails> configurations)StringtoString()-
Methods inherited from class com.adyen.model.marketpay.notification.GenericResponse
addInvalidFieldsItem, getInvalidFields, getPspReference, getResultCode, invalidFields, pspReference, resultCode, setInvalidFields, setPspReference, setResultCode
-
-
-
-
Method Detail
-
getConfigurations
public List<NotificationConfigurationDetails> getConfigurations()
Populate the virtual configurations to bypass the notificationConfigurationDetails list- Returns:
- configurations
-
setConfigurations
public void setConfigurations(List<NotificationConfigurationDetails> configurations)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classGenericResponse
-
hashCode
public int hashCode()
- Overrides:
hashCodein classGenericResponse
-
toString
public String toString()
- Overrides:
toStringin classGenericResponse
-
-