Record Class OperationalDataManager.CertificationProcessMetadata
java.lang.Object
java.lang.Record
com.evolveum.midpoint.model.impl.lens.OperationalDataManager.CertificationProcessMetadata
- Enclosing class:
- OperationalDataManager
public static record OperationalDataManager.CertificationProcessMetadata(XMLGregorianCalendar certificationFinishedTimestamp, String outcome, @NotNull Collection<ObjectReferenceType> certifierRefs, @NotNull Collection<String> comments)
extends Record
All values are parent-less here, to be directly insertable into beans and deltas.
-
Constructor Summary
ConstructorDescriptionCertificationProcessMetadata
(XMLGregorianCalendar certificationFinishedTimestamp, String outcome, @NotNull Collection<ObjectReferenceType> certifierRefs, @NotNull Collection<String> comments) Creates an instance of aCertificationProcessMetadata
record class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thecertificationFinishedTimestamp
record component.@NotNull Collection<ObjectReferenceType>
Returns the value of thecertifierRefs
record component.@NotNull Collection<String>
comments()
Returns the value of thecomments
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.outcome()
Returns the value of theoutcome
record component.final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
CertificationProcessMetadata
public CertificationProcessMetadata(XMLGregorianCalendar certificationFinishedTimestamp, String outcome, @NotNull @NotNull Collection<ObjectReferenceType> certifierRefs, @NotNull @NotNull Collection<String> comments) Creates an instance of aCertificationProcessMetadata
record class.- Parameters:
certificationFinishedTimestamp
- the value for thecertificationFinishedTimestamp
record componentoutcome
- the value for theoutcome
record componentcertifierRefs
- the value for thecertifierRefs
record componentcomments
- the value for thecomments
record 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)
. -
certificationFinishedTimestamp
Returns the value of thecertificationFinishedTimestamp
record component.- Returns:
- the value of the
certificationFinishedTimestamp
record component
-
outcome
Returns the value of theoutcome
record component.- Returns:
- the value of the
outcome
record component
-
certifierRefs
Returns the value of thecertifierRefs
record component.- Returns:
- the value of the
certifierRefs
record component
-
comments
Returns the value of thecomments
record component.- Returns:
- the value of the
comments
record component
-