Package org.oxerr.stubhub.client.model
Class TicketGroupResponse
java.lang.Object
org.oxerr.stubhub.client.model.TicketGroupResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEvent()getId()getTags()getVenue()voidsetCurrencyCode(String currencyCode) voidsetDeliveryCost(BigDecimal deliveryCost) voidsetDeliveryType(String deliveryType) voidsetEvent(EventResponse event) voidsetEventMapping(EventMappingResponse eventMapping) voidsetExpectedValue(BigDecimal expectedValue) voidsetExternalId(String externalId) voidsetFaceValueCost(BigDecimal faceValueCost) voidvoidsetInHandAt(OffsetDateTime inHandAt) voidsetIsFaceValueCost(Boolean isFaceValueCost) voidsetListingNotes(List<ListingNoteResponse> listingNotes) voidsetPerformer(PerformerResponse performer) voidsetSeating(SeatingResponse seating) voidsetTags(List<TagResponse> tags) voidsetTaxPaid(BigDecimal taxPaid) voidsetTicketCount(Integer ticketCount) voidsetTickets(List<TicketResponse> tickets) voidsetTotalCost(BigDecimal totalCost) voidsetTotalEstimatedCost(BigDecimal totalEstimatedCost) voidsetTotalEstimatedCostCurrency(String totalEstimatedCostCurrency) voidsetUnitCost(BigDecimal unitCost) voidsetVenue(VenueResponse venue)
-
Constructor Details
-
TicketGroupResponse
public TicketGroupResponse()
-
-
Method Details
-
getEventMapping
-
setEventMapping
-
getEvent
-
setEvent
-
getVenue
-
setVenue
-
getPerformer
-
setPerformer
-
getId
-
setId
-
getInHandAt
-
setInHandAt
-
getSeating
-
setSeating
-
getTicketCount
-
setTicketCount
-
getListingNotes
-
setListingNotes
-
getTickets
-
setTickets
-
getCurrencyCode
-
setCurrencyCode
-
getUnitCost
-
setUnitCost
-
getTotalCost
-
setTotalCost
-
getExpectedValue
-
setExpectedValue
-
getTaxPaid
-
setTaxPaid
-
getIsFaceValueCost
-
setIsFaceValueCost
-
getFaceValueCost
-
setFaceValueCost
-
getDeliveryType
-
setDeliveryType
-
getDeliveryCost
-
setDeliveryCost
-
getExternalId
-
setExternalId
-
getTags
-
setTags
-
getTotalEstimatedCost
-
setTotalEstimatedCost
-
getTotalEstimatedCostCurrency
-
setTotalEstimatedCostCurrency
-