Record Class PluginAdminController.HealthReport
java.lang.Object
java.lang.Record
ai.nervemind.app.api.admin.PluginAdminController.HealthReport
- Enclosing class:
PluginAdminController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of thegeneratedAtrecord component.final inthashCode()Returns a hash code value for this object.plugins()Returns the value of thepluginsrecord component.summary()Returns the value of thesummaryrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
HealthReport
Creates an instance of aHealthReportrecord class.- Parameters:
plugins- the value for thepluginsrecord componentsummary- the value for thesummaryrecord componentgeneratedAt- the value for thegeneratedAtrecord 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). -
plugins
-
summary
-
generatedAt
Returns the value of thegeneratedAtrecord component.- Returns:
- the value of the
generatedAtrecord component
-