Package org.mozilla.geckoview
Class GeckoSession.ReviewAnalysis
Object
org.mozilla.geckoview.GeckoSession.ReviewAnalysis
- Enclosing class:
- GeckoSession
@AnyThread
@Deprecated
@DeprecationSchedule(id="session-shopping",
version=139)
public static class GeckoSession.ReviewAnalysis
extends Object
Deprecated.
This method is scheduled for deprecation, see Bug 1941470 for details. Contains information
about the analysis of a product's reviews.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated.This is a Builder used by ReviewAnalysis classstatic class
Deprecated.Contains information about highlights of a product's reviews. -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Double
Deprecated.Product rating adjusted to exclude untrusted reviews.final String
Deprecated.Analysis URL.final boolean
Deprecated.Boolean indicating if this product is now deleted.final boolean
Deprecated.Boolean indicating if reported that this product has been deleted.final String
Deprecated.Reliability grade for the product's reviews.Deprecated.Object containing highlights for product.final long
Deprecated.Time since the last analysis was performed.final boolean
Deprecated.Boolean indicating if the analysis is stale.final boolean
Deprecated.Boolean indicating if there are not enough reviews.final boolean
Deprecated.Boolean indicating if the page is not supported.final String
Deprecated.Product identifier (ASIN/SKU). -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Deprecated.Initialize a ReviewAnalysis object with a builder object -
Method Summary
-
Field Details
-
analysisURL
Deprecated.Analysis URL. -
productId
Deprecated.Product identifier (ASIN/SKU). -
grade
Deprecated.Reliability grade for the product's reviews. -
adjustedRating
Deprecated.Product rating adjusted to exclude untrusted reviews. -
needsAnalysis
public final boolean needsAnalysisDeprecated.Boolean indicating if the analysis is stale. -
pageNotSupported
public final boolean pageNotSupportedDeprecated.Boolean indicating if the page is not supported. -
notEnoughReviews
public final boolean notEnoughReviewsDeprecated.Boolean indicating if there are not enough reviews. -
highlights
Deprecated.Object containing highlights for product. -
lastAnalysisTime
public final long lastAnalysisTimeDeprecated.Time since the last analysis was performed. -
deletedProductReported
public final boolean deletedProductReportedDeprecated.Boolean indicating if reported that this product has been deleted. -
deletedProduct
public final boolean deletedProductDeprecated.Boolean indicating if this product is now deleted.
-
-
Constructor Details
-
ReviewAnalysis
Deprecated.Initialize a ReviewAnalysis object with a builder object- Parameters:
builder
- A ReviewAnalysis.Builder instance
-