Class UnknownTypeComponentIdentity_1_2
java.lang.Object
com.gradle.scan.eventmodel.gradle.dependencies.UnknownTypeComponentIdentity_1_0
com.gradle.scan.eventmodel.gradle.dependencies.UnknownTypeComponentIdentity_1_1
com.gradle.scan.eventmodel.gradle.dependencies.UnknownTypeComponentIdentity_1_2
- All Implemented Interfaces:
ComponentIdentity
@PluginVersion(since="3.2")
public class UnknownTypeComponentIdentity_1_2
extends UnknownTypeComponentIdentity_1_1
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("When the identity is not variant-specific") IntegerThe index of the variant withinConfigurationResolutionData_2_0.variantsor null if this identity is not variant-specific.Fields inherited from class com.gradle.scan.eventmodel.gradle.dependencies.UnknownTypeComponentIdentity_1_1
variantFields inherited from class com.gradle.scan.eventmodel.gradle.dependencies.UnknownTypeComponentIdentity_1_0
className, displayName -
Constructor Summary
ConstructorsConstructorDescriptionUnknownTypeComponentIdentity_1_2(String displayName, String className, @Nullable Integer variantIdx) -
Method Summary
-
Field Details
-
variantIdx
@Nullable("When the identity is not variant-specific") public final @Nullable("When the identity is not variant-specific") Integer variantIdxThe index of the variant withinConfigurationResolutionData_2_0.variantsor null if this identity is not variant-specific.
-
-
Constructor Details
-
UnknownTypeComponentIdentity_1_2
-
-
Method Details
-
equals
- Overrides:
equalsin classUnknownTypeComponentIdentity_1_1
-
hashCode
public int hashCode()- Overrides:
hashCodein classUnknownTypeComponentIdentity_1_1
-
toString
- Overrides:
toStringin classUnknownTypeComponentIdentity_1_1
-