public class TestNotificationConfigurationResponse extends GenericResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
TestNotificationConfigurationResponse.EventTypesEnum
Gets or Sets eventTypes
|
| Constructor and Description |
|---|
TestNotificationConfigurationResponse() |
addInvalidFieldsItem, getInvalidFields, getPspReference, getResultCode, invalidFields, pspReference, resultCode, setInvalidFields, setPspReference, setResultCodepublic TestNotificationConfigurationResponse()
public TestNotificationConfigurationResponse errorMessages(List<String> errorMessages)
public TestNotificationConfigurationResponse addErrorMessagesItem(String errorMessagesItem)
public List<String> getErrorMessages()
public TestNotificationConfigurationResponse okMessages(List<String> okMessages)
public TestNotificationConfigurationResponse addOkMessagesItem(String okMessagesItem)
public List<String> getOkMessages()
public TestNotificationConfigurationResponse exchangeMessages(List<ExchangeMessage> exchangeMessages)
public List<ExchangeMessage> getExchangeMessages()
public void setExchangeMessages(List<ExchangeMessage> exchangeMessages)
public TestNotificationConfigurationResponse notificationId(Long notificationId)
public Long getNotificationId()
public void setNotificationId(Long notificationId)
public TestNotificationConfigurationResponse eventTypes(List<TestNotificationConfigurationResponse.EventTypesEnum> eventTypes)
public TestNotificationConfigurationResponse addEventTypesItem(TestNotificationConfigurationResponse.EventTypesEnum eventTypesItem)
public List<TestNotificationConfigurationResponse.EventTypesEnum> getEventTypes()
public void setEventTypes(List<TestNotificationConfigurationResponse.EventTypesEnum> eventTypes)
public boolean equals(Object o)
equals in class GenericResponsepublic int hashCode()
hashCode in class GenericResponsepublic String toString()
toString in class GenericResponseCopyright © 2022. All rights reserved.