Class VividSeatsCachedListing
java.lang.Object
org.oxerr.ticket.inventory.support.cached.redisson.CachedListing<BrokerListing>
org.oxerr.vividseats.client.cached.redisson.inventory.VividSeatsCachedListing
- All Implemented Interfaces:
Serializable
public class VividSeatsCachedListing
extends org.oxerr.ticket.inventory.support.cached.redisson.CachedListing<BrokerListing>
- See Also:
-
Constructor Summary
ConstructorDescriptionVividSeatsCachedListing
(VividSeatsEvent event, VividSeatsListing listing, org.oxerr.ticket.inventory.support.cached.redisson.Status status) VividSeatsCachedListing
(VividSeatsCachedEvent event, VividSeatsListing listing, org.oxerr.ticket.inventory.support.cached.redisson.Status status) VividSeatsCachedListing
(VividSeatsCachedEvent event, BrokerListing request, org.oxerr.ticket.inventory.support.cached.redisson.Status status) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getEvent()
int
hashCode()
void
setEvent
(VividSeatsCachedEvent event) void
setVividSeatsEventId
(Integer vividSeatsEventId) Methods inherited from class org.oxerr.ticket.inventory.support.cached.redisson.CachedListing
getRequest, getStatus, setRequest, setStatus
-
Constructor Details
-
VividSeatsCachedListing
public VividSeatsCachedListing() -
VividSeatsCachedListing
public VividSeatsCachedListing(VividSeatsEvent event, VividSeatsListing listing, org.oxerr.ticket.inventory.support.cached.redisson.Status status) -
VividSeatsCachedListing
public VividSeatsCachedListing(VividSeatsCachedEvent event, VividSeatsListing listing, org.oxerr.ticket.inventory.support.cached.redisson.Status status) -
VividSeatsCachedListing
public VividSeatsCachedListing(VividSeatsCachedEvent event, BrokerListing request, org.oxerr.ticket.inventory.support.cached.redisson.Status status)
-
-
Method Details
-
getEvent
-
setEvent
-
getVividSeatsEventId
-
setVividSeatsEventId
-
toVividSeatsListing
-
hashCode
public int hashCode()- Overrides:
hashCode
in classorg.oxerr.ticket.inventory.support.cached.redisson.CachedListing<BrokerListing>
-
equals
- Overrides:
equals
in classorg.oxerr.ticket.inventory.support.cached.redisson.CachedListing<BrokerListing>
-