Class AgreementDeleteEvent

java.lang.Object
de.hybris.platform.agreementtmfwebservices.v1.dto.AgreementDeleteEvent

@Deprecated(since="2208") public class AgreementDeleteEvent extends Object
Deprecated.
The notification data structure
  • Constructor Details

    • AgreementDeleteEvent

      public AgreementDeleteEvent()
      Deprecated.
  • Method Details

    • id

      public AgreementDeleteEvent id(String id)
      Deprecated.
    • getId

      public String getId()
      Deprecated.
      Identifier of the resource involved in the event
      Returns:
      id
    • setId

      public void setId(String id)
      Deprecated.
    • href

      public AgreementDeleteEvent href(String href)
      Deprecated.
    • getHref

      public String getHref()
      Deprecated.
      Reference of the resource involved in the event
      Returns:
      href
    • setHref

      public void setHref(String href)
      Deprecated.
    • eventId

      public AgreementDeleteEvent eventId(String eventId)
      Deprecated.
    • getEventId

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

      public void setEventId(String eventId)
      Deprecated.
    • eventTime

      public AgreementDeleteEvent eventTime(Date eventTime)
      Deprecated.
    • getEventTime

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

      public void setEventTime(Date eventTime)
      Deprecated.
    • eventType

      public AgreementDeleteEvent eventType(String eventType)
      Deprecated.
    • getEventType

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

      public void setEventType(String eventType)
      Deprecated.
    • correlationId

      public AgreementDeleteEvent correlationId(String correlationId)
      Deprecated.
    • getCorrelationId

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

      public void setCorrelationId(String correlationId)
      Deprecated.
    • domain

      public AgreementDeleteEvent domain(String domain)
      Deprecated.
    • getDomain

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

      public void setDomain(String domain)
      Deprecated.
    • title

      public AgreementDeleteEvent title(String title)
      Deprecated.
    • getTitle

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

      public void setTitle(String title)
      Deprecated.
    • description

      public AgreementDeleteEvent description(String description)
      Deprecated.
    • getDescription

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

      public void setDescription(String description)
      Deprecated.
    • priority

      public AgreementDeleteEvent priority(String priority)
      Deprecated.
    • getPriority

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

      public void setPriority(String priority)
      Deprecated.
    • timeOcurred

      public AgreementDeleteEvent timeOcurred(Date timeOcurred)
      Deprecated.
    • getTimeOcurred

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

      public void setTimeOcurred(Date timeOcurred)
      Deprecated.
    • event

      Deprecated.
    • getEvent

      @Valid public @Valid AgreementDeleteEventPayload getEvent()
      Deprecated.
      Get event
      Returns:
      event
    • setEvent

      public void setEvent(AgreementDeleteEventPayload event)
      Deprecated.
    • equals

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

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

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object