Record Class ObjectStorageControlPanel.Body
java.lang.Object
java.lang.Record
io.micronaut.controlpanel.panels.objectstorage.ObjectStorageControlPanel.Body
- Record Components:
entries- the list of object storage entriesmetadata- the metadata for this control panel
- Enclosing class:
ObjectStorageControlPanel
public static record ObjectStorageControlPanel.Body(List<? extends io.micronaut.objectstorage.ObjectStorageEntry<?>> entries, Map<String,Object> metadata)
extends Record
A record representing the body of this control panel, containing a list of object storage entries and metadata.
- Since:
- 1.10.0
- Author:
- Álvaro Sánchez-Mariscal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<? extends io.micronaut.objectstorage.ObjectStorageEntry<?>> entries()Returns the value of theentriesrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.metadata()Returns the value of themetadatarecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Body
-
-
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). -
entries
-
metadata
-