java.lang.Object
de.hybris.platform.b2ctelcotmfresources.v1.dto.Event

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfresources.swagger.TelcoCodegen", date="2022-10-21T20:34:36.417Z") public class Event extends Object
event with common attributes.
  • Constructor Details

    • Event

      public Event()
  • Method Details

    • correlationId

      public Event correlationId(String correlationId)
    • getCorrelationId

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

      public void setCorrelationId(String correlationId)
    • description

      public Event description(String description)
    • getDescription

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

      public void setDescription(String description)
    • href

      public Event href(String href)
    • getHref

      public String getHref()
      Reference of the related entity.
      Returns:
      href
    • setHref

      public void setHref(String href)
    • domain

      public Event domain(String domain)
    • getDomain

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

      public void setDomain(String domain)
    • eventId

      public Event eventId(String eventId)
    • getEventId

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

      public void setEventId(String eventId)
    • eventTime

      public Event eventTime(Date eventTime)
    • getEventTime

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

      public void setEventTime(Date eventTime)
    • eventType

      public Event eventType(String eventType)
    • getEventType

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

      public void setEventType(String eventType)
    • priority

      public Event priority(String priority)
    • getPriority

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

      public void setPriority(String priority)
    • timeOcurred

      public Event timeOcurred(Date timeOcurred)
    • getTimeOcurred

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

      public void setTimeOcurred(Date timeOcurred)
    • title

      public Event title(String title)
    • getTitle

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

      public void setTitle(String title)
    • event

      public Event event(Object event)
    • getEvent

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

      public void setEvent(Object event)
    • relatedParty

      public Event relatedParty(List<RelatedParty> relatedParty)
    • addRelatedPartyItem

      public Event addRelatedPartyItem(RelatedParty relatedPartyItem)
    • getRelatedParty

      @Valid public @Valid List<RelatedParty> getRelatedParty()
      Get relatedParty
      Returns:
      relatedParty
    • setRelatedParty

      public void setRelatedParty(List<RelatedParty> relatedParty)
    • reportingSystem

      public Event reportingSystem(EntityRef reportingSystem)
    • getReportingSystem

      @Valid public @Valid EntityRef getReportingSystem()
      Reporting System described by EntityRef
      Returns:
      reportingSystem
    • setReportingSystem

      public void setReportingSystem(EntityRef reportingSystem)
    • source

      public Event source(EntityRef source)
    • getSource

      @Valid public @Valid EntityRef getSource()
      Source Entity described by EntityRef
      Returns:
      source
    • setSource

      public void setSource(EntityRef source)
    • atbaseType

      public Event atbaseType(String atbaseType)
    • getAtbaseType

      public String getAtbaseType()
      When sub-classing, this defines the super-class
      Returns:
      atbaseType
    • setAtbaseType

      public void setAtbaseType(String atbaseType)
    • atschemaLocation

      public Event atschemaLocation(String atschemaLocation)
    • getAtschemaLocation

      public String getAtschemaLocation()
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atschemaLocation
    • setAtschemaLocation

      public void setAtschemaLocation(String atschemaLocation)
    • attype

      public Event attype(String attype)
    • getAttype

      public String getAttype()
      When sub-classing, this defines the sub-class entity name
      Returns:
      attype
    • setAttype

      public void setAttype(String attype)
    • 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