Class ViagogoListing
java.lang.Object
org.oxerr.ticket.inventory.support.Listing<String,CreateSellerListingRequest>
org.oxerr.viagogo.client.cached.inventory.ViagogoListing
- All Implemented Interfaces:
Serializable
public class ViagogoListing
extends org.oxerr.ticket.inventory.support.Listing<String,CreateSellerListingRequest>
- See Also:
-
Constructor Summary
ConstructorDescriptionViagogoListing
(String id, Long viagogoEventId, CreateSellerListingRequest request) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setViagogoEventId
(Long viagogoEventId) Methods inherited from class org.oxerr.ticket.inventory.support.Listing
getId, getRequest, setId, setRequest
-
Constructor Details
-
ViagogoListing
public ViagogoListing() -
ViagogoListing
-
-
Method Details
-
getViagogoEventId
-
setViagogoEventId
-
hashCode
public int hashCode()- Overrides:
hashCode
in classorg.oxerr.ticket.inventory.support.Listing<String,
CreateSellerListingRequest>
-
equals
- Overrides:
equals
in classorg.oxerr.ticket.inventory.support.Listing<String,
CreateSellerListingRequest>
-