Class ViagogoEvent
java.lang.Object
org.oxerr.ticket.inventory.support.Event<String,String,CreateSellerListingRequest,ViagogoListing>
org.oxerr.viagogo.client.cached.inventory.ViagogoEvent
- All Implemented Interfaces:
Serializable
public class ViagogoEvent
extends org.oxerr.ticket.inventory.support.Event<String,String,CreateSellerListingRequest,ViagogoListing>
- See Also:
-
Constructor Summary
ConstructorDescriptionViagogoEvent
(String id, OffsetDateTime startDate, Long viagogoEventId) ViagogoEvent
(String id, OffsetDateTime startDate, Long viagogoEventId, List<ViagogoListing> listings) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setViagogoEventId
(Long viagogoEventId) Methods inherited from class org.oxerr.ticket.inventory.support.Event
getId, getListings, getStartDate, setId, setListings, setStartDate
-
Constructor Details
-
ViagogoEvent
public ViagogoEvent() -
ViagogoEvent
-
ViagogoEvent
public ViagogoEvent(String id, OffsetDateTime startDate, Long viagogoEventId, List<ViagogoListing> listings)
-
-
Method Details
-
getViagogoEventId
-
setViagogoEventId
-
hashCode
public int hashCode()- Overrides:
hashCode
in classorg.oxerr.ticket.inventory.support.Event<String,
String, CreateSellerListingRequest, ViagogoListing>
-
equals
- Overrides:
equals
in classorg.oxerr.ticket.inventory.support.Event<String,
String, CreateSellerListingRequest, ViagogoListing>
-