Class UnknownTypeComponentIdentity_1_1
java.lang.Object
com.gradle.scan.eventmodel.gradle.dependencies.UnknownTypeComponentIdentity_1_0
com.gradle.scan.eventmodel.gradle.dependencies.UnknownTypeComponentIdentity_1_1
- All Implemented Interfaces:
ComponentIdentity
- Direct Known Subclasses:
UnknownTypeComponentIdentity_1_2
@PluginVersion(since="2.4",
until="3.1")
public class UnknownTypeComponentIdentity_1_1
extends UnknownTypeComponentIdentity_1_0
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("When the identity is not variant-specific, or in version 1.2") LongThe ID of the variant.Fields inherited from class com.gradle.scan.eventmodel.gradle.dependencies.UnknownTypeComponentIdentity_1_0
className, displayName -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUnknownTypeComponentIdentity_1_1(String displayName, String className) UnknownTypeComponentIdentity_1_1(String displayName, String className, @Nullable Long variant) -
Method Summary
-
Field Details
-
variant
@Nullable("When the identity is not variant-specific, or in version 1.2") public final @Nullable("When the identity is not variant-specific, or in version 1.2") Long variantThe ID of the variant.- See Also:
-
-
Constructor Details
-
UnknownTypeComponentIdentity_1_1
-
UnknownTypeComponentIdentity_1_1
-
-
Method Details
-
equals
- Overrides:
equalsin classUnknownTypeComponentIdentity_1_0
-
hashCode
public int hashCode()- Overrides:
hashCodein classUnknownTypeComponentIdentity_1_0
-
toString
- Overrides:
toStringin classUnknownTypeComponentIdentity_1_0
-