Class SarifLog.PhysicalLocation
- java.lang.Object
-
- net.sourceforge.pmd.renderers.internal.sarif.SarifLog.PhysicalLocation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSarifLog.PhysicalLocation.PhysicalLocationBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SarifLog.PhysicalLocation.PhysicalLocationBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)SarifLog.ArtifactLocationgetArtifactLocation()The location of the artifact.SarifLog.RegiongetRegion()Specifies a portion of the artifact.inthashCode()SarifLog.PhysicalLocationsetArtifactLocation(SarifLog.ArtifactLocation artifactLocation)The location of the artifact.SarifLog.PhysicalLocationsetRegion(SarifLog.Region region)Specifies a portion of the artifact.StringtoString()
-
-
-
Method Detail
-
builder
public static SarifLog.PhysicalLocation.PhysicalLocationBuilder builder()
-
getArtifactLocation
public SarifLog.ArtifactLocation getArtifactLocation()
The location of the artifact.
-
getRegion
public SarifLog.Region getRegion()
Specifies a portion of the artifact.
-
setArtifactLocation
public SarifLog.PhysicalLocation setArtifactLocation(SarifLog.ArtifactLocation artifactLocation)
The location of the artifact.- Returns:
this.
-
setRegion
public SarifLog.PhysicalLocation setRegion(SarifLog.Region region)
Specifies a portion of the artifact.- Returns:
this.
-
canEqual
protected boolean canEqual(Object other)
-
-