Class ProductDeleteEvent

java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.ProductDeleteEvent

@Validated @Generated(value="de.hybris.platform.tuawebservicesresources.swagger.TmaCodegen", date="2022-10-21T20:35:04.698Z") public class ProductDeleteEvent extends Object
The notification data structure
  • Constructor Details

    • ProductDeleteEvent

      public ProductDeleteEvent()
  • Method Details

    • id

      public ProductDeleteEvent id(String id)
    • getId

      public String getId()
      Identifier of the Process flow
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public ProductDeleteEvent href(String href)
    • getHref

      public String getHref()
      Reference of the ProcessFlow
      Returns:
      href
    • setHref

      public void setHref(String href)
    • eventId

      public ProductDeleteEvent eventId(String eventId)
    • getEventId

      public String getEventId()
      The identifier of the notification.
      Returns:
      eventId
    • setEventId

      public void setEventId(String eventId)
    • eventTime

      public ProductDeleteEvent eventTime(Date eventTime)
    • getEventTime

      @Valid public @Valid Date getEventTime()
      Time of the event occurrence.
      Returns:
      eventTime
    • setEventTime

      public void setEventTime(Date eventTime)
    • eventType

      public ProductDeleteEvent eventType(String eventType)
    • getEventType

      public String getEventType()
      The type of the notification.
      Returns:
      eventType
    • setEventType

      public void setEventType(String eventType)
    • correlationId

      public ProductDeleteEvent correlationId(String correlationId)
    • getCorrelationId

      public String getCorrelationId()
      The correlation id for this event.
      Returns:
      correlationId
    • setCorrelationId

      public void setCorrelationId(String correlationId)
    • domain

      public ProductDeleteEvent domain(String domain)
    • getDomain

      public String getDomain()
      The domain of the event.
      Returns:
      domain
    • setDomain

      public void setDomain(String domain)
    • title

      public ProductDeleteEvent title(String title)
    • getTitle

      public String getTitle()
      The title of the event.
      Returns:
      title
    • setTitle

      public void setTitle(String title)
    • description

      public ProductDeleteEvent description(String description)
    • getDescription

      public String getDescription()
      An explnatory of the event.
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • priority

      public ProductDeleteEvent priority(String priority)
    • getPriority

      public String getPriority()
      A priority.
      Returns:
      priority
    • setPriority

      public void setPriority(String priority)
    • timeOcurred

      public ProductDeleteEvent timeOcurred(Date timeOcurred)
    • getTimeOcurred

      @Valid public @Valid Date getTimeOcurred()
      The time the event occured.
      Returns:
      timeOcurred
    • setTimeOcurred

      public void setTimeOcurred(Date timeOcurred)
    • event

    • getEvent

      @Valid public @Valid ProductDeleteEventPayload getEvent()
      The event payload linked to the involved resource object
      Returns:
      event
    • setEvent

      public void setEvent(ProductDeleteEventPayload event)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object