Class CreateListingRequest
java.lang.Object
org.oxerr.seatgeek.client.model.AbstractListing
org.oxerr.seatgeek.client.model.request.CreateListingRequest
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CreateListingRequest
,Listing
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getEvent()
getVenue()
int
hashCode()
void
void
setEventDate
(LocalDate eventDate) void
setEventTime
(LocalTime eventTime) void
setSellerPreviouslyPaidPricePerTicket
(BigDecimal sellerPreviouslyPaidPricePerTicket) void
void
setStockType
(String stockType) void
Methods inherited from class org.oxerr.seatgeek.client.model.AbstractListing
getBarcodes, getCost, getEdelivery, getInHandDate, getInstant, getNotes, getQuantity, getRow, getSeatFrom, getSeatThru, getSection, getSplitType, getTokens, getTokensType, setBarcodes, setCost, setEdelivery, setInHandDate, setInstant, setNotes, setQuantity, setRow, setSeatFrom, setSeatThru, setSection, setSplitType, setTokens, setTokensType
-
Constructor Details
-
CreateListingRequest
public CreateListingRequest()
-
-
Method Details
-
getEvent
-
setEvent
-
getVenue
-
setVenue
-
getEventDate
-
setEventDate
-
getEventTime
-
setEventTime
-
getSplits
-
setSplits
-
getSellerPreviouslyPaidPricePerTicket
-
setSellerPreviouslyPaidPricePerTicket
-
getStockType
-
setStockType
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractListing
-
equals
- Overrides:
equals
in classAbstractListing
-