Package org.mozilla.geckoview
Class GeckoSession.ReviewAnalysis
Object
org.mozilla.geckoview.GeckoSession.ReviewAnalysis
- Enclosing class:
- GeckoSession
Contains information about the analysis of a product's reviews.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
Contains information about highlights of a product's reviews. -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Double
Product rating adjusted to exclude untrusted reviews.final String
Analysis URL.final boolean
Boolean indicating if this product is now deleted.final boolean
Boolean indicating if reported that this product has been deleted.final String
Reliability grade for the product's reviews.Object containing highlights for product.final long
Time since the last analysis was performed.final boolean
Boolean indicating if the analysis is stale.final String
Product identifier (ASIN/SKU). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
analysisURL
Analysis URL. -
productId
Product identifier (ASIN/SKU). -
grade
Reliability grade for the product's reviews. -
adjustedRating
Product rating adjusted to exclude untrusted reviews. -
needsAnalysis
public final boolean needsAnalysisBoolean indicating if the analysis is stale. -
highlights
Object containing highlights for product. -
lastAnalysisTime
public final long lastAnalysisTimeTime since the last analysis was performed. -
deletedProductReported
public final boolean deletedProductReportedBoolean indicating if reported that this product has been deleted. -
deletedProduct
public final boolean deletedProductBoolean indicating if this product is now deleted.
-
-
Constructor Details
-
ReviewAnalysis
protected ReviewAnalysis()Empty constructor for tests.
-