Record Class TestResourcesControlPanelBody
java.lang.Object
java.lang.Record
io.micronaut.testresources.controlpanel.TestResourcesControlPanelBody
- Record Components:
resolvedProperties- the resolved propertieserrors- the list of errors
@Introspected
public record TestResourcesControlPanelBody(List<ControlPanelPropertyResolutionListener.Resolution> resolvedProperties, List<ControlPanelPropertyResolutionListener.ResolutionError> errors)
extends Record
Bean for control panel properties.
-
Constructor Summary
ConstructorsConstructorDescriptionTestResourcesControlPanelBody(List<ControlPanelPropertyResolutionListener.Resolution> resolvedProperties, List<ControlPanelPropertyResolutionListener.ResolutionError> errors) Creates an instance of aTestResourcesControlPanelBodyrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.errors()Returns the value of theerrorsrecord component.final inthashCode()Returns a hash code value for this object.Returns the value of theresolvedPropertiesrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
TestResourcesControlPanelBody
public TestResourcesControlPanelBody(List<ControlPanelPropertyResolutionListener.Resolution> resolvedProperties, List<ControlPanelPropertyResolutionListener.ResolutionError> errors) Creates an instance of aTestResourcesControlPanelBodyrecord class.- Parameters:
resolvedProperties- the value for theresolvedPropertiesrecord componenterrors- the value for theerrorsrecord 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). -
resolvedProperties
Returns the value of theresolvedPropertiesrecord component.- Returns:
- the value of the
resolvedPropertiesrecord component
-
errors
-