Class CachedListing

java.lang.Object
org.oxerr.ticket.inventory.support.cached.redisson.CachedListing<org.oxerr.seatgeek.client.model.request.CreateListingRequest>
org.oxerr.seatgeek.client.cached.redisson.model.SeatGeekCachedListing
org.oxerr.seatgeek.client.cached.model.CachedListing
All Implemented Interfaces:
Serializable

@Deprecated public class CachedListing extends SeatGeekCachedListing
Deprecated.
Use org.oxerr.seatgeek.client.cached.redisson.model.CachedListing instead.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
    CachedListing(org.oxerr.ticket.inventory.support.cached.redisson.Status status, org.oxerr.seatgeek.client.model.request.CreateListingRequest request)
    Deprecated.
     
  • Method Summary

    Methods inherited from class org.oxerr.ticket.inventory.support.cached.redisson.CachedListing

    equals, getRequest, getStatus, hashCode, setRequest, setStatus

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CachedListing

      public CachedListing()
      Deprecated.
    • CachedListing

      public CachedListing(org.oxerr.ticket.inventory.support.cached.redisson.Status status, org.oxerr.seatgeek.client.model.request.CreateListingRequest request)
      Deprecated.