Record Class AuditManagerControl.FrameworkControl
java.lang.Object
java.lang.Record
com.cloudforgeci.api.core.rules.AuditManagerControl.FrameworkControl
- Record Components:
framework- Compliance framework name (SOC2, PCI-DSS, HIPAA, GDPR)controlId- Framework-specific control ID (e.g., "CC6.1", "Req3.4")controlName- Human-readable control name
- Enclosing class:
AuditManagerControl
-
Constructor Summary
ConstructorsConstructorDescriptionFrameworkControl(String framework, String controlId, String controlName) Creates an instance of aFrameworkControlrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thecontrolIdrecord component.Returns the value of thecontrolNamerecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of theframeworkrecord component.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
FrameworkControl
Creates an instance of aFrameworkControlrecord class.- Parameters:
framework- the value for theframeworkrecord componentcontrolId- the value for thecontrolIdrecord componentcontrolName- the value for thecontrolNamerecord component
-
-
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). -
framework
-
controlId
-
controlName
Returns the value of thecontrolNamerecord component.- Returns:
- the value of the
controlNamerecord component
-