Class Listing
- java.lang.Object
-
- org.oxerr.seatgeek.client.model.AbstractListing
-
- org.oxerr.seatgeek.client.model.request.CreateListingRequest
-
- org.oxerr.seatgeek.client.model.response.Listing
-
- All Implemented Interfaces:
Serializable
public class Listing extends CreateListingRequest
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Listing()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)LonggetEventId()StringgetTicketId()inthashCode()voidsetEventId(Long eventId)voidsetTicketId(String ticketId)StringtoString()-
Methods inherited from class org.oxerr.seatgeek.client.model.request.CreateListingRequest
getEvent, getEventDate, getEventTime, getSellerPreviouslyPaidPricePerTicket, getSplits, getStockType, getVenue, setEvent, setEventDate, setEventTime, setSellerPreviouslyPaidPricePerTicket, setSplits, setStockType, setVenue
-
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
-
-
-
-
Method Detail
-
getTicketId
public String getTicketId()
-
setTicketId
public void setTicketId(String ticketId)
-
getEventId
public Long getEventId()
-
setEventId
public void setEventId(Long eventId)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCreateListingRequest
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classCreateListingRequest
-
-