Record Class CaptureReviewFinding
java.lang.Object
java.lang.Record
com.shaft.capture.generate.CaptureReviewFinding
- Record Components:
id- stable finding identifiercategory- review categoryseverity- review severitysummary- safe finding summaryevidenceIds- related capture events or trace actionsrecommendation- deterministic remediation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncategory()Returns the value of thecategoryrecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of theevidenceIdsrecord component.final inthashCode()Returns a hash code value for this object.id()Returns the value of theidrecord component.Returns the value of therecommendationrecord component.severity()Returns the value of theseverityrecord component.summary()Returns the value of thesummaryrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
CaptureReviewFinding
-
-
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. All components in this record class are compared withObjects::equals(Object,Object). -
id
-
category
-
severity
-
summary
-
evidenceIds
Returns the value of theevidenceIdsrecord component.- Returns:
- the value of the
evidenceIdsrecord component
-
recommendation
Returns the value of therecommendationrecord component.- Returns:
- the value of the
recommendationrecord component
-