Record Class Conflict<PV extends PrismValue,ID extends ItemDefinition<I>,I extends Item<PV,ID>,V extends ItemTreeDeltaValue<PV,ITD>,ITD extends ItemTreeDelta<PV,ID,I,V>,ITDV extends ItemTreeDeltaValue<PV,ITD>>           
java.lang.Object
java.lang.Record
com.evolveum.midpoint.schema.delta.Conflict<PV,ID,I,V,ITD,ITDV>     
- All Implemented Interfaces:
- DebugDumpable
public record Conflict<PV extends PrismValue,ID extends ItemDefinition<I>,I extends Item<PV,ID>,V extends ItemTreeDeltaValue<PV,ITD>,ITD extends ItemTreeDelta<PV,ID,I,V>,ITDV extends ItemTreeDeltaValue<PV,ITD>>           (ITDV extends ItemTreeDeltaValue<PV,ITD> left, ITDV extends ItemTreeDeltaValue<PV,ITD> right)
extends Record
implements DebugDumpable  
- 
Field SummaryFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondebugDump(int indent) final booleanIndicates whether some other object is "equal to" this one.getPath()final inthashCode()Returns a hash code value for this object.left()Returns the value of theleftrecord component.right()Returns the value of therightrecord component.final StringtoString()Returns a string representation of this record class.Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDumpLazily, debugDumpLazily
- 
Constructor Details- 
ConflictCreates an instance of aConflictrecord class.- Parameters:
- left- the value for the- leftrecord component
- right- the value for the- rightrecord component
 
 
- 
- 
Method Details- 
getPath
- 
debugDump- Specified by:
- debugDumpin interface- DebugDumpable
 
- 
toStringReturns 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.
- 
hashCodepublic 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.
- 
equalsIndicates 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).
- 
leftReturns the value of theleftrecord component.- Returns:
- the value of the leftrecord component
 
- 
rightReturns the value of therightrecord component.- Returns:
- the value of the rightrecord component
 
 
-