Package org.oxerr.stubhub.client.model
Class ListingLeanResponse
java.lang.Object
org.oxerr.stubhub.client.model.ListingLeanResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCost()getPrice()getRow()voidsetBroadcastStatus(String broadcastStatus) voidsetCost(BigDecimal cost) voidsetEventDate(LocalDateTime eventDate) voidsetEventId(Integer eventId) voidsetEventName(String eventName) voidsetExternalId(String externalId) voidsetInternalNotes(String internalNotes) voidsetListingId(Long listingId) voidsetListingNotes(String listingNotes) voidsetPrice(BigDecimal price) voidsetQuantity(Integer quantity) voidvoidsetSection(String section) voidsetSellerAccountId(UUID sellerAccountId) voidsetStockType(String stockType) voidsetStubHubListingId(String stubHubListingId) voidsetVenueName(String venueName)
-
Constructor Details
-
ListingLeanResponse
public ListingLeanResponse()
-
-
Method Details
-
getSellerAccountId
-
setSellerAccountId
-
getListingId
-
setListingId
-
getQuantity
-
setQuantity
-
getSection
-
setSection
-
getRow
-
setRow
-
getCost
-
setCost
-
getPrice
-
setPrice
-
getExternalId
-
setExternalId
-
getEventId
-
setEventId
-
getStockType
-
setStockType
-
getListingNotes
-
setListingNotes
-
getInternalNotes
-
setInternalNotes
-
getBroadcastStatus
-
setBroadcastStatus
-
getStubHubListingId
-
setStubHubListingId
-
getEventName
-
setEventName
-
getVenueName
-
setVenueName
-
getEventDate
-
setEventDate
-