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.
Use org.oxerr.seatgeek.client.cached.redisson.model.CachedListing instead.
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.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
-
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.
-