Package com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart
Record Class SmartIntegrationStatusInfoUtils.SuggestionProviderResult<C extends Containerable,T>
java.lang.Object
java.lang.Record
com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.SmartIntegrationStatusInfoUtils.SuggestionProviderResult<C,T>
- Enclosing class:
- SmartIntegrationStatusInfoUtils
public static record SmartIntegrationStatusInfoUtils.SuggestionProviderResult<C extends Containerable,T> (@NotNull List<PrismContainerValueWrapper<C extends Containerable>> wrappers, @NotNull Map<PrismContainerValueWrapper<C extends Containerable>,com.evolveum.midpoint.smart.api.info.StatusInfo<T>> suggestionByWrapper)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionSuggestionProviderResult(@NotNull List<PrismContainerValueWrapper<C>> wrappers, @NotNull Map<PrismContainerValueWrapper<C>, com.evolveum.midpoint.smart.api.info.StatusInfo<T>> suggestionByWrapper) Creates an instance of aSuggestionProviderResultrecord class. -
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.@NotNull Map<PrismContainerValueWrapper<C>,com.evolveum.midpoint.smart.api.info.StatusInfo<T>> Returns the value of thesuggestionByWrapperrecord component.final StringtoString()Returns a string representation of this record class.@NotNull List<PrismContainerValueWrapper<C>>wrappers()Returns the value of thewrappersrecord component.
-
Constructor Details
-
SuggestionProviderResult
public SuggestionProviderResult(@NotNull @NotNull List<PrismContainerValueWrapper<C>> wrappers, @NotNull @NotNull Map<PrismContainerValueWrapper<C>, com.evolveum.midpoint.smart.api.info.StatusInfo<T>> suggestionByWrapper) Creates an instance of aSuggestionProviderResultrecord class.- Parameters:
wrappers- the value for thewrappersrecord componentsuggestionByWrapper- the value for thesuggestionByWrapperrecord 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). -
wrappers
Returns the value of thewrappersrecord component.- Returns:
- the value of the
wrappersrecord component
-
suggestionByWrapper
@NotNull public @NotNull Map<PrismContainerValueWrapper<C>,com.evolveum.midpoint.smart.api.info.StatusInfo<T>> suggestionByWrapper()Returns the value of thesuggestionByWrapperrecord component.- Returns:
- the value of the
suggestionByWrapperrecord component
-