public class IdeProjectIdentifierImpl extends IdeModel implements IdeProjectIdentifier
| Constructor and Description |
|---|
IdeProjectIdentifierImpl(com.android.builder.model.Dependencies.ProjectIdentifier projectIdentifier,
ModelCache modelCache) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getBuildId() |
java.lang.String |
getProjectPath() |
int |
hashCode() |
java.lang.String |
toString() |
copy, copy, copy, copy, copyNewProperty, copyNewProperty, copyNewPropertyWithDefaultpublic IdeProjectIdentifierImpl(@NonNull
com.android.builder.model.Dependencies.ProjectIdentifier projectIdentifier,
@NonNull
ModelCache modelCache)
@NonNull public java.lang.String getBuildId()
getBuildId in interface com.android.builder.model.Dependencies.ProjectIdentifier@NonNull public java.lang.String getProjectPath()
getProjectPath in interface com.android.builder.model.Dependencies.ProjectIdentifierpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object