Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
RepricingProductReport |
RepricingProductReport.clone() |
RepricingProductReport |
RepricingProductReport.set(String fieldName,
Object value) |
RepricingProductReport |
RepricingProductReport.setApplicationCount(Long applicationCount)
Total count of Repricer applications.
|
RepricingProductReport |
RepricingProductReport.setBuyboxWinningProductStats(RepricingProductReportBuyboxWinningProductStats buyboxWinningProductStats)
Stats specific to buybox winning rules for product report (deprecated).
|
RepricingProductReport |
RepricingProductReport.setDate(Date date)
Date of the stats in this report.
|
RepricingProductReport |
RepricingProductReport.setHighWatermark(PriceAmount highWatermark)
Maximum displayed price after repriced during this reporting period.
|
RepricingProductReport |
RepricingProductReport.setInapplicabilityDetails(List<InapplicabilityDetails> inapplicabilityDetails)
List of all reasons the rule did not apply to the product during the specified reporting
period.
|
RepricingProductReport |
RepricingProductReport.setLowWatermark(PriceAmount lowWatermark)
Minimum displayed price after repriced during this reporting period.
|
RepricingProductReport |
RepricingProductReport.setOrderItemCount(Integer orderItemCount)
Total unit count of impacted products ordered while the rule was active on the date of the
report.
|
RepricingProductReport |
RepricingProductReport.setRuleIds(List<String> ruleIds)
Ids of the Repricing rule for this report.
|
RepricingProductReport |
RepricingProductReport.setTotalGmv(PriceAmount totalGmv)
Total GMV generated by impacted products while the rule was active on the date of the report.
|
RepricingProductReport |
RepricingProductReport.setType(String type)
Type of the rule.
|
Modifier and Type | Method and Description |
---|---|
List<RepricingProductReport> |
ListRepricingProductReportsResponse.getRepricingProductReports()
Periodic reports for the given Repricing product.
|
Modifier and Type | Method and Description |
---|---|
ListRepricingProductReportsResponse |
ListRepricingProductReportsResponse.setRepricingProductReports(List<RepricingProductReport> repricingProductReports)
Periodic reports for the given Repricing product.
|
Copyright © 2011–2023 Google. All rights reserved.