CPD Results

The following document contains the results of PMD's CPD 7.17.0.

Duplications

File Project Line
org/oxerr/stubhub/client/model/BulkInventoryCreateRequest.java StubHub.PointOfSale.ExternalApi Client - Model 202
org/oxerr/stubhub/client/model/InventoryCreateRequest.java StubHub.PointOfSale.ExternalApi Client - Model 151
public void setSplitType(ApiSplitType splitType) {
		this.splitType = splitType;
	}

	public Integer getMaxDisplayQuantity() {
		return maxDisplayQuantity;
	}

	public void setMaxDisplayQuantity(Integer maxDisplayQuantity) {
		this.maxDisplayQuantity = maxDisplayQuantity;
	}

	public PurchaseSeatingRequest getSeating() {
		return seating;
	}

	public void setSeating(PurchaseSeatingRequest seating) {
		this.seating = seating;
	}

	public Integer getTicketCount() {
		return ticketCount;
	}

	public void setTicketCount(Integer ticketCount) {
		this.ticketCount = ticketCount;
	}

	public List<ListingNoteRequest> getListingNotes() {
		return listingNotes;
	}

	public void setListingNotes(List<ListingNoteRequest> listingNotes) {
		this.listingNotes = listingNotes;
	}

	public Boolean getAutoBroadcast() {
		return autoBroadcast;
	}

	public void setAutoBroadcast(Boolean autoBroadcast) {
		this.autoBroadcast = autoBroadcast;
	}

	public String getInternalNotes() {
		return internalNotes;
	}

	public void setInternalNotes(String internalNotes) {
		this.internalNotes = internalNotes;
	}

	public String getPreDeliveryState() {
		return preDeliveryState;
	}

	public void setPreDeliveryState(String preDeliveryState) {
		this.preDeliveryState = preDeliveryState;
	}

	public String getExternalId() {
		return externalId;
	}

	public void setExternalId(String externalId) {
		this.externalId = externalId;
	}

	public List<TagRequest> getTags() {
		return tags;
	}

	public void setTags(List<TagRequest> tags) {
		this.tags = tags;
	}

	public InventoryAdminHoldRequest getAdminHold() {
		return adminHold;
	}

	public void setAdminHold(InventoryAdminHoldRequest adminHold) {
		this.adminHold = adminHold;
	}

	public Boolean getZoneFill() {
		return zoneFill;
	}

	public void setZoneFill(Boolean zoneFill) {
		this.zoneFill = zoneFill;
	}

	public InventoryPricingSettingRequest getPricingSetting() {
		return pricingSetting;
	}

	public void setPricingSetting(InventoryPricingSettingRequest pricingSetting) {
		this.pricingSetting = pricingSetting;
	}

	public UpdateListingPricingSettingsRequest getAutoPricingSettings() {
		return autoPricingSettings;
	}

	public void setAutoPricingSettings(UpdateListingPricingSettingsRequest autoPricingSettings) {
		this.autoPricingSettings = autoPricingSettings;
	}

}
File Project Line
org/oxerr/stubhub/client/model/HoldResponse.java StubHub.PointOfSale.ExternalApi Client - Model 406
org/oxerr/stubhub/client/model/SaleResponse.java StubHub.PointOfSale.ExternalApi Client - Model 411
public void setCancellationDate(OffsetDateTime cancellationDate) {
		this.cancellationDate = cancellationDate;
	}

	public Integer getFulfillmentVersion() {
		return fulfillmentVersion;
	}

	public void setFulfillmentVersion(Integer fulfillmentVersion) {
		this.fulfillmentVersion = fulfillmentVersion;
	}

	public Integer getMarketplaceFulfillmentVersion() {
		return marketplaceFulfillmentVersion;
	}

	public void setMarketplaceFulfillmentVersion(Integer marketplaceFulfillmentVersion) {
		this.marketplaceFulfillmentVersion = marketplaceFulfillmentVersion;
	}

	public String getExternalId() {
		return externalId;
	}

	public void setExternalId(String externalId) {
		this.externalId = externalId;
	}

	public UUID getFulfillmentUserId() {
		return fulfillmentUserId;
	}

	public void setFulfillmentUserId(UUID fulfillmentUserId) {
		this.fulfillmentUserId = fulfillmentUserId;
	}

	public Boolean getAutoFulfill() {
		return autoFulfill;
	}

	public void setAutoFulfill(Boolean autoFulfill) {
		this.autoFulfill = autoFulfill;
	}

	public UUID getSellerAccountId() {
		return sellerAccountId;
	}

	public void setSellerAccountId(UUID sellerAccountId) {
		this.sellerAccountId = sellerAccountId;
	}

	public List<BuyerCommission> getBuyerCommissionOverride() {
		return buyerCommissionOverride;
	}

	public void setBuyerCommissionOverride(List<BuyerCommission> buyerCommissionOverride) {
		this.buyerCommissionOverride = buyerCommissionOverride;
	}

	public BigDecimal getOriginalNetProceedsAmount() {
		return originalNetProceedsAmount;
	}

	public void setOriginalNetProceedsAmount(BigDecimal originalNetProceedsAmount) {
		this.originalNetProceedsAmount = originalNetProceedsAmount;
	}

	public String getOriginalNetProceedsCurrency() {
		return originalNetProceedsCurrency;
	}

	public void setOriginalNetProceedsCurrency(String originalNetProceedsCurrency) {
		this.originalNetProceedsCurrency = originalNetProceedsCurrency;
	}

	public OffsetDateTime getExpirationDate() {
File Project Line
org/oxerr/stubhub/client/model/HoldResponse.java StubHub.PointOfSale.ExternalApi Client - Model 270
org/oxerr/stubhub/client/model/SaleResponse.java StubHub.PointOfSale.ExternalApi Client - Model 275
public void setMarketplace(String marketplace) {
		this.marketplace = marketplace;
	}

	public String getStockType() {
		return stockType;
	}

	public void setStockType(String stockType) {
		this.stockType = stockType;
	}

	public List<ListingNoteResponse> getListingNotes() {
		return listingNotes;
	}

	public void setListingNotes(List<ListingNoteResponse> listingNotes) {
		this.listingNotes = listingNotes;
	}

	public PosState getPosState() {
		return posState;
	}

	public void setPosState(PosState posState) {
		this.posState = posState;
	}

	public MarketplaceState getMarketplaceState() {
		return marketplaceState;
	}

	public void setMarketplaceState(MarketplaceState marketplaceState) {
		this.marketplaceState = marketplaceState;
	}

	public List<VendorResponse> getVendorInfos() {
		return vendorInfos;
	}

	public void setVendorInfos(List<VendorResponse> vendorInfos) {
		this.vendorInfos = vendorInfos;
	}

	public List<PurchaseVendorAccountResponse> getVendorAccounts() {
		return vendorAccounts;
	}

	public void setVendorAccounts(List<PurchaseVendorAccountResponse> vendorAccounts) {
		this.vendorAccounts = vendorAccounts;
	}

	public List<TicketResponse> getTickets() {
		return tickets;
	}

	public void setTickets(List<TicketResponse> tickets) {
		this.tickets = tickets;
	}

	public String getPaymentStatus() {
File Project Line
org/oxerr/stubhub/client/model/HoldResponse.java StubHub.PointOfSale.ExternalApi Client - Model 106
org/oxerr/stubhub/client/model/SaleResponse.java StubHub.PointOfSale.ExternalApi Client - Model 111
public EventMappingResponse getEventMapping() {
		return eventMapping;
	}

	public void setEventMapping(EventMappingResponse eventMapping) {
		this.eventMapping = eventMapping;
	}

	public EventResponse getEvent() {
		return event;
	}

	public void setEvent(EventResponse event) {
		this.event = event;
	}

	public VenueResponse getVenue() {
		return venue;
	}

	public void setVenue(VenueResponse venue) {
		this.venue = venue;
	}

	public PerformerResponse getPerformer() {
		return performer;
	}

	public void setPerformer(PerformerResponse performer) {
		this.performer = performer;
	}

	public Long getId() {
		return id;
	}

	public void setId(Long id) {
		this.id = id;
	}

	public String getMarketplaceSaleId() {
		return marketplaceSaleId;
	}

	public void setMarketplaceSaleId(String marketplaceSaleId) {
		this.marketplaceSaleId = marketplaceSaleId;
	}

	public String getMarketplaceListingId() {
		return marketplaceListingId;
	}

	public void setMarketplaceListingId(String marketplaceListingId) {
		this.marketplaceListingId = marketplaceListingId;
	}

	public Long getInventoryId() {
		return inventoryId;
	}

	public void setInventoryId(Long inventoryId) {
		this.inventoryId = inventoryId;
	}

	public OffsetDateTime getInHandAt() {
File Project Line
org/oxerr/stubhub/client/model/HoldResponse.java StubHub.PointOfSale.ExternalApi Client - Model 174
org/oxerr/stubhub/client/model/SaleResponse.java StubHub.PointOfSale.ExternalApi Client - Model 179
public void setInHandAt(OffsetDateTime inHandAt) {
		this.inHandAt = inHandAt;
	}

	public SeatingResponse getSeating() {
		return seating;
	}

	public void setSeating(SeatingResponse seating) {
		this.seating = seating;
	}

	public SeatingResponse getMarketplaceOriginalSeating() {
		return marketplaceOriginalSeating;
	}

	public void setMarketplaceOriginalSeating(SeatingResponse marketplaceOriginalSeating) {
		this.marketplaceOriginalSeating = marketplaceOriginalSeating;
	}

	public BigDecimal getTotalNetProceeds() {
		return totalNetProceeds;
	}

	public void setTotalNetProceeds(BigDecimal totalNetProceeds) {
		this.totalNetProceeds = totalNetProceeds;
	}

	public BigDecimal getTotalCost() {
		return totalCost;
	}

	public void setTotalCost(BigDecimal totalCost) {
		this.totalCost = totalCost;
	}

	public BigDecimal getTotalCharges() {
		return totalCharges;
	}

	public void setTotalCharges(BigDecimal totalCharges) {
		this.totalCharges = totalCharges;
	}

	public BigDecimal getTotalCredits() {
		return totalCredits;
	}

	public void setTotalCredits(BigDecimal totalCredits) {
		this.totalCredits = totalCredits;
	}

	public String getCurrencyCode() {
		return currencyCode;
	}

	public void setCurrencyCode(String currencyCode) {
		this.currencyCode = currencyCode;
	}

	public OffsetDateTime getSaleDate() {
File Project Line
org/oxerr/stubhub/client/model/BulkInventoryCreateRequest.java StubHub.PointOfSale.ExternalApi Client - Model 51
org/oxerr/stubhub/client/model/InventoryCreateRequest.java StubHub.PointOfSale.ExternalApi Client - Model 31
private ApiSplitType splitType;

	/**
	 * Max display quantity
	 */
	private Integer maxDisplayQuantity;

	private PurchaseSeatingRequest seating;

	/**
	 * The number of tickets in this set.
	 *
	 * - For Sale, it would be the same as QuantitySold
	 * - but this is the physical number of allocated tickets.
	 * - For Listing for PO, it would just mean the number of tickets listed.
	 */
	private Integer ticketCount;

	/**
	 * List of Listing Note Request.
	 */
	private List<ListingNoteRequest> listingNotes;

	/**
	 * Autobroadcast listings after the purchase order is created.
	 */
	private Boolean autoBroadcast;

	/**
	 * Listing internal notes.
	 */
	private String internalNotes;

	/**
	 * PreDeliveryState Values:
	 * - Yes
	 * - No
	 * - null
	 */
	private String preDeliveryState;

	/**
	 * Unique identifier for the inventory.
	 */
	private String externalId;

	/**
	 * Developer specified tags.
	 */
	private List<TagRequest> tags;

	private InventoryAdminHoldRequest adminHold;

	private Boolean zoneFill;

	private InventoryPricingSettingRequest pricingSetting;

	private UpdateListingPricingSettingsRequest autoPricingSettings;

	public String getCurrencyCode() {
		return currencyCode;
	}

	public void setCurrencyCode(String currencyCode) {
		this.currencyCode = currencyCode;
	}

	public BigDecimal getUnitCost() {
		return unitCost;
	}

	public void setUnitCost(BigDecimal unitCost) {
		this.unitCost = unitCost;
	}

	public BigDecimal getExpectedValue() {
		return expectedValue;
	}

	public void setExpectedValue(BigDecimal expectedValue) {
		this.expectedValue = expectedValue;
	}

	public BigDecimal getTaxPaid() {
		return taxPaid;
	}

	public void setTaxPaid(BigDecimal taxPaid) {
		this.taxPaid = taxPaid;
	}

	public BigDecimal getFaceValueCost() {
		return faceValueCost;
	}

	public void setFaceValueCost(BigDecimal faceValueCost) {
		this.faceValueCost = faceValueCost;
	}

	public ApiDeliveryType getDeliveryType() {
File Project Line
org/oxerr/stubhub/client/model/EventMappingRequest.java StubHub.PointOfSale.ExternalApi Client - Model 44
org/oxerr/stubhub/client/model/EventMappingResponse.java StubHub.PointOfSale.ExternalApi Client - Model 61
}

	public String getVenueName() {
		return venueName;
	}

	public void setVenueName(String venueName) {
		this.venueName = venueName;
	}

	public Boolean getIsEventDateConfirmed() {
		return isEventDateConfirmed;
	}

	public void setIsEventDateConfirmed(Boolean isEventDateConfirmed) {
		this.isEventDateConfirmed = isEventDateConfirmed;
	}

	public String getEventNote() {
		return eventNote;
	}

	public void setEventNote(String eventNote) {
		this.eventNote = eventNote;
	}

	public String getCity() {
		return city;
	}

	public void setCity(String city) {
		this.city = city;
	}

	public String getStateProvince() {
		return stateProvince;
	}

	public void setStateProvince(String stateProvince) {
		this.stateProvince = stateProvince;
	}

	public String getCountryCode() {
		return countryCode;
	}

	public void setCountryCode(String countryCode) {
		this.countryCode = countryCode;
	}
File Project Line
org/oxerr/stubhub/client/model/DealCreateRequest.java StubHub.PointOfSale.ExternalApi Client - Model 6
org/oxerr/stubhub/client/model/DealUpdateRequest.java StubHub.PointOfSale.ExternalApi Client - Model 6
public class DealCreateRequest {

	private String dealType;

	private OffsetDateTime startDate;

	private OffsetDateTime endDate;

	private BigDecimal guaranteedAmount;

	private DealConfigRequest dealConfig;

	public String getDealType() {
		return dealType;
	}

	public void setDealType(String dealType) {
		this.dealType = dealType;
	}

	public OffsetDateTime getStartDate() {
		return startDate;
	}

	public void setStartDate(OffsetDateTime startDate) {
		this.startDate = startDate;
	}

	public OffsetDateTime getEndDate() {
		return endDate;
	}

	public void setEndDate(OffsetDateTime endDate) {
		this.endDate = endDate;
	}

	public BigDecimal getGuaranteedAmount() {
		return guaranteedAmount;
	}

	public void setGuaranteedAmount(BigDecimal guaranteedAmount) {
		this.guaranteedAmount = guaranteedAmount;
	}

	public DealConfigRequest getDealConfig() {
		return dealConfig;
	}

	public void setDealConfig(DealConfigRequest dealConfig) {
		this.dealConfig = dealConfig;
	}

}
File Project Line
org/oxerr/stubhub/client/model/SeatingRequest.java StubHub.PointOfSale.ExternalApi Client - Model 3
org/oxerr/stubhub/client/model/SeatingResponse.java StubHub.PointOfSale.ExternalApi Client - Model 3
public class SeatingRequest {

	private String section;

	private String row;

	private String piggybackRow;

	private String seatFrom;

	private String seatTo;

	public String getSection() {
		return section;
	}

	public void setSection(String section) {
		this.section = section;
	}

	public String getRow() {
		return row;
	}

	public void setRow(String row) {
		this.row = row;
	}

	public String getPiggybackRow() {
		return piggybackRow;
	}

	public void setPiggybackRow(String piggybackRow) {
		this.piggybackRow = piggybackRow;
	}

	public String getSeatFrom() {
		return seatFrom;
	}

	public void setSeatFrom(String seatFrom) {
		this.seatFrom = seatFrom;
	}

	public String getSeatTo() {
		return seatTo;
	}

	public void setSeatTo(String seatTo) {
		this.seatTo = seatTo;
	}

}
File Project Line
org/oxerr/stubhub/client/model/HoldResponse.java StubHub.PointOfSale.ExternalApi Client - Model 334
org/oxerr/stubhub/client/model/SaleResponse.java StubHub.PointOfSale.ExternalApi Client - Model 339
public void setPaymentStatus(String paymentStatus) {
		this.paymentStatus = paymentStatus;
	}

	public String getPaymentReferenceNumber() {
		return paymentReferenceNumber;
	}

	public void setPaymentReferenceNumber(String paymentReferenceNumber) {
		this.paymentReferenceNumber = paymentReferenceNumber;
	}

	public OffsetDateTime getLastPaymentDate() {
		return lastPaymentDate;
	}

	public void setLastPaymentDate(OffsetDateTime lastPaymentDate) {
		this.lastPaymentDate = lastPaymentDate;
	}

	public String getInternalNotes() {
		return internalNotes;
	}

	public void setInternalNotes(String internalNotes) {
		this.internalNotes = internalNotes;
	}

	public TicketHolderResponse getTicketHolder() {
		return ticketHolder;
	}

	public void setTicketHolder(TicketHolderResponse ticketHolder) {
		this.ticketHolder = ticketHolder;
	}

	public List<TagResponse> getTags() {
		return tags;
	}

	public void setTags(List<TagResponse> tags) {
		this.tags = tags;
	}

	public OffsetDateTime getCreatedDate() {
File Project Line
org/oxerr/stubhub/client/model/DealConfigHurdleRequest.java StubHub.PointOfSale.ExternalApi Client - Model 19
org/oxerr/stubhub/client/model/DealConfigHurdleResponse.java StubHub.PointOfSale.ExternalApi Client - Model 19
private List<BuyerCommissionRequest> purchasersCommissions;

	private Boolean isFallback;

	private Integer priority;

	public UUID getHurdleId() {
		return hurdleId;
	}

	public void setHurdleId(UUID hurdleId) {
		this.hurdleId = hurdleId;
	}

	public String getSplitThresholdDirectionType() {
		return splitThresholdDirectionType;
	}

	public void setSplitThresholdDirectionType(String splitThresholdDirectionType) {
		this.splitThresholdDirectionType = splitThresholdDirectionType;
	}

	public BigDecimal getSplitThresholdValue() {
		return splitThresholdValue;
	}

	public void setSplitThresholdValue(BigDecimal splitThresholdValue) {
		this.splitThresholdValue = splitThresholdValue;
	}

	public UUID getVendorAccountId() {
		return vendorAccountId;
	}

	public void setVendorAccountId(UUID vendorAccountId) {
		this.vendorAccountId = vendorAccountId;
	}

	public BigDecimal getVendorsCommission() {
		return vendorsCommission;
	}

	public void setVendorsCommission(BigDecimal vendorsCommission) {
		this.vendorsCommission = vendorsCommission;
	}

	public List<BuyerCommissionRequest> getPurchasersCommissions() {
File Project Line
org/oxerr/stubhub/client/model/BulkInventoryCreateRequest.java StubHub.PointOfSale.ExternalApi Client - Model 154
org/oxerr/stubhub/client/model/InventoryCreateRequest.java StubHub.PointOfSale.ExternalApi Client - Model 103
public void setDeliveryType(ApiDeliveryType deliveryType) {
		this.deliveryType = deliveryType;
	}

	public BigDecimal getDeliveryCost() {
		return deliveryCost;
	}

	public void setDeliveryCost(BigDecimal deliveryCost) {
		this.deliveryCost = deliveryCost;
	}

	public EventRequest getEvent() {
		return event;
	}

	public void setEvent(EventRequest event) {
		this.event = event;
	}

	public EventMappingRequest getEventMapping() {
		return eventMapping;
	}

	public void setEventMapping(EventMappingRequest eventMapping) {
		this.eventMapping = eventMapping;
	}

	public String getPrimaryEventId() {
		return primaryEventId;
	}

	public void setPrimaryEventId(String primaryEventId) {
		this.primaryEventId = primaryEventId;
	}

	public OffsetDateTime getInHandAt() {
		return inHandAt;
	}

	public void setInHandAt(OffsetDateTime inHandAt) {
		this.inHandAt = inHandAt;
	}

	public ApiSplitType getSplitType() {
File Project Line
org/oxerr/stubhub/client/model/HoldResponse.java StubHub.PointOfSale.ExternalApi Client - Model 106
org/oxerr/stubhub/client/model/ListingResponse.java StubHub.PointOfSale.ExternalApi Client - Model 98
org/oxerr/stubhub/client/model/SaleResponse.java StubHub.PointOfSale.ExternalApi Client - Model 111
org/oxerr/stubhub/client/model/TicketGroupResponse.java StubHub.PointOfSale.ExternalApi Client - Model 55
public EventMappingResponse getEventMapping() {
		return eventMapping;
	}

	public void setEventMapping(EventMappingResponse eventMapping) {
		this.eventMapping = eventMapping;
	}

	public EventResponse getEvent() {
		return event;
	}

	public void setEvent(EventResponse event) {
		this.event = event;
	}

	public VenueResponse getVenue() {
		return venue;
	}

	public void setVenue(VenueResponse venue) {
		this.venue = venue;
	}

	public PerformerResponse getPerformer() {
		return performer;
	}

	public void setPerformer(PerformerResponse performer) {
		this.performer = performer;
	}

	public Long getId() {
		return id;
	}

	public void setId(Long id) {
		this.id = id;
	}

	public String getMarketplaceSaleId() {
File Project Line
org/oxerr/stubhub/client/model/ListingSeatingResponse.java StubHub.PointOfSale.ExternalApi Client - Model 19
org/oxerr/stubhub/client/model/SeatingRequest.java StubHub.PointOfSale.ExternalApi Client - Model 15
org/oxerr/stubhub/client/model/SeatingResponse.java StubHub.PointOfSale.ExternalApi Client - Model 15
public String getSection() {
		return section;
	}

	public void setSection(String section) {
		this.section = section;
	}

	public String getRow() {
		return row;
	}

	public void setRow(String row) {
		this.row = row;
	}

	public String getPiggybackRow() {
		return piggybackRow;
	}

	public void setPiggybackRow(String piggybackRow) {
		this.piggybackRow = piggybackRow;
	}

	public String getSeatFrom() {
		return seatFrom;
	}

	public void setSeatFrom(String seatFrom) {
		this.seatFrom = seatFrom;
	}

	public String getSeatTo() {
		return seatTo;
	}

	public void setSeatTo(String seatTo) {
		this.seatTo = seatTo;
	}