Class EventsSpecificationSourceData
- java.lang.Object
-
- de.hybris.platform.kymaintegrationservices.dto.EventsSpecificationSourceData
-
- All Implemented Interfaces:
java.io.Serializable
public class EventsSpecificationSourceData extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventsSpecificationSourceData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<EventConfigurationModel>getEvents()ExposedDestinationModelgetExposedDestination()voidsetEvents(java.util.List<EventConfigurationModel> events)voidsetExposedDestination(ExposedDestinationModel exposedDestination)
-
-
-
Method Detail
-
setExposedDestination
public void setExposedDestination(ExposedDestinationModel exposedDestination)
-
getExposedDestination
public ExposedDestinationModel getExposedDestination()
-
setEvents
public void setEvents(java.util.List<EventConfigurationModel> events)
-
getEvents
public java.util.List<EventConfigurationModel> getEvents()
-
-