Record Class Remediation
java.lang.Object
java.lang.Record
com.shaft.doctor.model.Remediation
- Record Components:
id- stable remediation identifiertitle- concise titleaction- actionable guidancefindingIds- findings that justify this actionevidenceIds- evidence supporting this action
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaction()Returns the value of theactionrecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of theevidenceIdsrecord component.Returns the value of thefindingIdsrecord component.final inthashCode()Returns a hash code value for this object.id()Returns the value of theidrecord component.title()Returns the value of thetitlerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Remediation
-
-
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
-
title
-
action
-
findingIds
Returns the value of thefindingIdsrecord component.- Returns:
- the value of the
findingIdsrecord component
-
evidenceIds
Returns the value of theevidenceIdsrecord component.- Returns:
- the value of the
evidenceIdsrecord component
-