Record Class CaptureReview
java.lang.Object
java.lang.Record
com.shaft.capture.generate.CaptureReview
- Record Components:
schemaVersion- review schema versionsessionId- source Capture sessionreadinessScore- bounded readiness score from 0 to 100blockers- generation blockers that must be fixed firstrisks- replay or locator risks worth reviewingsuggestions- deterministic next actionsprovider- provider identifier, ornonefor deterministic review
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionblockers()Returns the value of theblockersrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.provider()Returns the value of theproviderrecord component.intReturns the value of thereadinessScorerecord component.risks()Returns the value of therisksrecord component.Returns the value of theschemaVersionrecord component.Returns the value of thesessionIdrecord component.Returns the value of thesuggestionsrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
CURRENT_SCHEMA_VERSION
- See Also:
-
-
Constructor Details
-
CaptureReview
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
schemaVersion
Returns the value of theschemaVersionrecord component.- Returns:
- the value of the
schemaVersionrecord component
-
sessionId
-
readinessScore
public int readinessScore()Returns the value of thereadinessScorerecord component.- Returns:
- the value of the
readinessScorerecord component
-
blockers
-
risks
-
suggestions
Returns the value of thesuggestionsrecord component.- Returns:
- the value of the
suggestionsrecord component
-
provider
-