All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SellerEvent

public class Event extends EmbeddedEvent
An event on the viagogo platform. Event
See Also:
  • Constructor Details

  • Method Details

    • getTimeConfirmed

      public Boolean getTimeConfirmed()
    • setTimeConfirmed

      public void setTimeConfirmed(Boolean timeConfirmed)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getMinTicketPrice

      public Money getMinTicketPrice()
    • setMinTicketPrice

      public void setMinTicketPrice(Money minTicketPrice)
    • getStatus

      public String getStatus()
    • setStatus

      public void setStatus(String status)
    • getWebPageLink

      public io.openapitools.jackson.dataformat.hal.HALLink getWebPageLink()
    • setWebPageLink

      public void setWebPageLink(io.openapitools.jackson.dataformat.hal.HALLink webPageLink)
    • getCategories

      public List<EmbeddedCategory> getCategories()
    • setCategories

      public void setCategories(List<EmbeddedCategory> categories)
    • getExternalMappings

      public List<ExternalMapping> getExternalMappings()
    • setExternalMappings

      public void setExternalMappings(List<ExternalMapping> externalMappings)
    • getGenre

      public Genre getGenre()
    • setGenre

      public void setGenre(Genre genre)
    • getMergedEvents

      public List<Event> getMergedEvents()
    • setMergedEvents

      public void setMergedEvents(List<Event> mergedEvents)
    • getVenue

      public Venue getVenue()
    • setVenue

      public void setVenue(Venue venue)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class EmbeddedEvent
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class EmbeddedEvent