public final class IdeGraphItem extends IdeModel implements com.android.builder.model.level2.GraphItem
GraphItem.| Constructor and Description |
|---|
IdeGraphItem(com.android.builder.model.level2.GraphItem item,
ModelCache modelCache) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getArtifactAddress() |
java.util.List<com.android.builder.model.level2.GraphItem> |
getDependencies() |
java.lang.String |
getRequestedCoordinates() |
int |
hashCode() |
java.lang.String |
toString() |
copy, copy, copy, copyNewProperty, copyNewPropertypublic IdeGraphItem(@NonNull
com.android.builder.model.level2.GraphItem item,
@NonNull
ModelCache modelCache)
@NonNull public java.lang.String getArtifactAddress()
getArtifactAddress in interface com.android.builder.model.level2.GraphItem@NonNull public java.util.List<com.android.builder.model.level2.GraphItem> getDependencies()
getDependencies in interface com.android.builder.model.level2.GraphItem@Nullable public java.lang.String getRequestedCoordinates()
getRequestedCoordinates in interface com.android.builder.model.level2.GraphItempublic 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