Package org.mozilla.geckoview
Class GeckoSession.AnalysisStatusResponse
Object
org.mozilla.geckoview.GeckoSession.AnalysisStatusResponse
- Enclosing class:
- GeckoSession
Contains information about a product's analysis status response.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
This is a Builder used by AnalysisStatusResponse class -
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
Initialize AnalysisStatusResponse with a builder object -
Method Summary
-
Field Details
-
status
Status of the analysis. -
progress
Indicates the progress of the analysis.
-
-
Constructor Details
-
AnalysisStatusResponse
Initialize AnalysisStatusResponse with a builder object- Parameters:
builder
- A AnalysisStatusResponse.Builder instance
-