Class ViagogoCachedListing

java.lang.Object
org.oxerr.ticket.inventory.support.cached.redisson.CachedListing<CreateSellerListingRequest>
org.oxerr.viagogo.client.cached.redisson.inventory.ViagogoCachedListing
All Implemented Interfaces:
Serializable

public class ViagogoCachedListing extends org.oxerr.ticket.inventory.support.cached.redisson.CachedListing<CreateSellerListingRequest>
See Also:
  • Constructor Details

    • ViagogoCachedListing

      public ViagogoCachedListing()
    • ViagogoCachedListing

      public ViagogoCachedListing(ViagogoEvent event, ViagogoListing listing, org.oxerr.ticket.inventory.support.cached.redisson.Status status)
    • ViagogoCachedListing

      public ViagogoCachedListing(ViagogoCachedEvent event, ViagogoListing listing, org.oxerr.ticket.inventory.support.cached.redisson.Status status)
    • ViagogoCachedListing

      public ViagogoCachedListing(ViagogoCachedEvent event, CreateSellerListingRequest request, org.oxerr.ticket.inventory.support.cached.redisson.Status status)
  • Method Details

    • getEvent

      public ViagogoCachedEvent getEvent()
    • setEvent

      public void setEvent(ViagogoCachedEvent event)
    • getViagogoEventId

      public Long getViagogoEventId()
    • setViagogoEventId

      public void setViagogoEventId(Long viagogoEventId)
    • toViagogoListing

      public ViagogoListing toViagogoListing()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class org.oxerr.ticket.inventory.support.cached.redisson.CachedListing<CreateSellerListingRequest>
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class org.oxerr.ticket.inventory.support.cached.redisson.CachedListing<CreateSellerListingRequest>