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
public class CreateListingRequest extends AbstractListing
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateListingRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetEvent()LocalDategetEventDate()LocalTimegetEventTime()BigDecimalgetSellerPreviouslyPaidPricePerTicket()StringgetSplits()StringgetStockType()StringgetVenue()inthashCode()voidsetEvent(String event)voidsetEventDate(LocalDate eventDate)voidsetEventTime(LocalTime eventTime)voidsetSellerPreviouslyPaidPricePerTicket(BigDecimal sellerPreviouslyPaidPricePerTicket)voidsetSplits(String splits)voidsetStockType(String stockType)voidsetVenue(String venue)-
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
-
getEvent
public String getEvent()
-
setEvent
public void setEvent(String event)
-
getVenue
public String getVenue()
-
setVenue
public void setVenue(String venue)
-
getEventDate
public LocalDate getEventDate()
-
setEventDate
public void setEventDate(LocalDate eventDate)
-
getEventTime
public LocalTime getEventTime()
-
setEventTime
public void setEventTime(LocalTime eventTime)
-
getSplits
public String getSplits()
-
setSplits
public void setSplits(String splits)
-
getSellerPreviouslyPaidPricePerTicket
public BigDecimal getSellerPreviouslyPaidPricePerTicket()
-
setSellerPreviouslyPaidPricePerTicket
public void setSellerPreviouslyPaidPricePerTicket(BigDecimal sellerPreviouslyPaidPricePerTicket)
-
getStockType
public String getStockType()
-
setStockType
public void setStockType(String stockType)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractListing
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classAbstractListing
-
-