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 Summary
ConstructorDescriptionViagogoCachedListing
(ViagogoEvent event, ViagogoListing listing, org.oxerr.ticket.inventory.support.cached.redisson.Status status) ViagogoCachedListing
(ViagogoCachedEvent event, ViagogoListing listing, org.oxerr.ticket.inventory.support.cached.redisson.Status status) ViagogoCachedListing
(ViagogoCachedEvent event, CreateSellerListingRequest request, org.oxerr.ticket.inventory.support.cached.redisson.Status status) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getEvent()
int
hashCode()
void
setEvent
(ViagogoCachedEvent event) void
setViagogoEventId
(Long viagogoEventId) Methods inherited from class org.oxerr.ticket.inventory.support.cached.redisson.CachedListing
getRequest, getStatus, setRequest, setStatus
-
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
-
setEvent
-
getViagogoEventId
-
setViagogoEventId
-
toViagogoListing
-
hashCode
public int hashCode()- Overrides:
hashCode
in classorg.oxerr.ticket.inventory.support.cached.redisson.CachedListing<CreateSellerListingRequest>
-
equals
- Overrides:
equals
in classorg.oxerr.ticket.inventory.support.cached.redisson.CachedListing<CreateSellerListingRequest>
-