Class TicketGroupResponse

java.lang.Object
org.oxerr.stubhub.client.model.TicketGroupResponse

public class TicketGroupResponse extends Object
  • Constructor Details

    • TicketGroupResponse

      public TicketGroupResponse()
  • Method Details

    • getEventMapping

      public EventMappingResponse getEventMapping()
    • setEventMapping

      public void setEventMapping(EventMappingResponse eventMapping)
    • getEvent

      public EventResponse getEvent()
    • setEvent

      public void setEvent(EventResponse event)
    • getVenue

      public VenueResponse getVenue()
    • setVenue

      public void setVenue(VenueResponse venue)
    • getPerformer

      public PerformerResponse getPerformer()
    • setPerformer

      public void setPerformer(PerformerResponse performer)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getInHandAt

      public OffsetDateTime getInHandAt()
    • setInHandAt

      public void setInHandAt(OffsetDateTime inHandAt)
    • getSeating

      public SeatingResponse getSeating()
    • setSeating

      public void setSeating(SeatingResponse seating)
    • getTicketCount

      public Integer getTicketCount()
    • setTicketCount

      public void setTicketCount(Integer ticketCount)
    • getListingNotes

      public List<ListingNoteResponse> getListingNotes()
    • setListingNotes

      public void setListingNotes(List<ListingNoteResponse> listingNotes)
    • getTickets

      public List<TicketResponse> getTickets()
    • setTickets

      public void setTickets(List<TicketResponse> tickets)
    • getCurrencyCode

      public String getCurrencyCode()
    • setCurrencyCode

      public void setCurrencyCode(String currencyCode)
    • getUnitCost

      public BigDecimal getUnitCost()
    • setUnitCost

      public void setUnitCost(BigDecimal unitCost)
    • getTotalCost

      public BigDecimal getTotalCost()
    • setTotalCost

      public void setTotalCost(BigDecimal totalCost)
    • getExpectedValue

      public BigDecimal getExpectedValue()
    • setExpectedValue

      public void setExpectedValue(BigDecimal expectedValue)
    • getTaxPaid

      public BigDecimal getTaxPaid()
    • setTaxPaid

      public void setTaxPaid(BigDecimal taxPaid)
    • getIsFaceValueCost

      public Boolean getIsFaceValueCost()
    • setIsFaceValueCost

      public void setIsFaceValueCost(Boolean isFaceValueCost)
    • getFaceValueCost

      public BigDecimal getFaceValueCost()
    • setFaceValueCost

      public void setFaceValueCost(BigDecimal faceValueCost)
    • getDeliveryType

      public String getDeliveryType()
    • setDeliveryType

      public void setDeliveryType(String deliveryType)
    • getDeliveryCost

      public BigDecimal getDeliveryCost()
    • setDeliveryCost

      public void setDeliveryCost(BigDecimal deliveryCost)
    • getExternalId

      public String getExternalId()
    • setExternalId

      public void setExternalId(String externalId)
    • getTags

      public List<TagResponse> getTags()
    • setTags

      public void setTags(List<TagResponse> tags)
    • getTotalEstimatedCost

      public BigDecimal getTotalEstimatedCost()
    • setTotalEstimatedCost

      public void setTotalEstimatedCost(BigDecimal totalEstimatedCost)
    • getTotalEstimatedCostCurrency

      public String getTotalEstimatedCostCurrency()
    • setTotalEstimatedCostCurrency

      public void setTotalEstimatedCostCurrency(String totalEstimatedCostCurrency)