Record Class ArchiveUnitTreeExportModel
java.lang.Object
java.lang.Record
fr.gouv.vitam.common.manifest.naming.ArchiveUnitTreeExportModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.id()Returns the value of theidrecord component.Returns the value of theobjectGroupIdrecord component.Returns the value of theparentUnitIdsrecord component.title()Returns the value of thetitlerecord component.title_()Returns the value of thetitle_record component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ArchiveUnitTreeExportModel
public ArchiveUnitTreeExportModel(String id, String title, Map<String, String> title_, List<String> parentUnitIds, String objectGroupId) Creates an instance of aArchiveUnitTreeExportModelrecord class.- Parameters:
id- the value for theidrecord componenttitle- the value for thetitlerecord componenttitle_- the value for thetitle_record componentparentUnitIds- the value for theparentUnitIdsrecord componentobjectGroupId- the value for theobjectGroupIdrecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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
Returns the value of theidrecord component.- Returns:
- the value of the
idrecord component
-
title
Returns the value of thetitlerecord component.- Returns:
- the value of the
titlerecord component
-
title_
Returns the value of thetitle_record component.- Returns:
- the value of the
title_record component
-
parentUnitIds
Returns the value of theparentUnitIdsrecord component.- Returns:
- the value of the
parentUnitIdsrecord component
-
objectGroupId
Returns the value of theobjectGroupIdrecord component.- Returns:
- the value of the
objectGroupIdrecord component
-