public class TestNotificationConfigurationResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestNotificationConfigurationResponse.EventTypesEnum
Gets or Sets eventTypes
|
| Constructor and Description |
|---|
TestNotificationConfigurationResponse() |
public TestNotificationConfigurationResponse()
public TestNotificationConfigurationResponse errorMessages(List<String> errorMessages)
public TestNotificationConfigurationResponse addErrorMessagesItem(String errorMessagesItem)
public List<String> getErrorMessages()
public TestNotificationConfigurationResponse submittedAsync(Boolean submittedAsync)
public Boolean getSubmittedAsync()
public void setSubmittedAsync(Boolean submittedAsync)
public TestNotificationConfigurationResponse okMessages(List<String> okMessages)
public TestNotificationConfigurationResponse addOkMessagesItem(String okMessagesItem)
public List<String> getOkMessages()
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 TestNotificationConfigurationResponse pspReference(String pspReference)
public String getPspReference()
public void setPspReference(String pspReference)
Copyright © 2019. All rights reserved.