Package de.fraunhofer.aisec.cpg.sarif
Class PhysicalLocation.ArtifactLocation
- java.lang.Object
-
- de.fraunhofer.aisec.cpg.sarif.PhysicalLocation.ArtifactLocation
-
- Enclosing class:
- PhysicalLocation
public static class PhysicalLocation.ArtifactLocation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ArtifactLocation(@NonNull java.net.URI uri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@NonNull java.net.URIgetUri()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getUri
public @NonNull java.net.URI getUri()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-