public class PhysicalLocation extends Object
| Constructor and Description |
|---|
PhysicalLocation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Address |
getAddress()
A physical or virtual address, or a range of addresses, in an 'addressable region' (memory or a binary file).
|
ArtifactLocation |
getArtifactLocation()
Specifies the location of an artifact.
|
Region |
getContextRegion()
A region within an artifact where a result was detected.
|
PropertyBag |
getProperties()
Key/value pairs that provide additional information about the object.
|
Region |
getRegion()
A region within an artifact where a result was detected.
|
int |
hashCode() |
void |
setAddress(Address address)
A physical or virtual address, or a range of addresses, in an 'addressable region' (memory or a binary file).
|
void |
setArtifactLocation(ArtifactLocation artifactLocation)
Specifies the location of an artifact.
|
void |
setContextRegion(Region contextRegion)
A region within an artifact where a result was detected.
|
void |
setProperties(PropertyBag properties)
Key/value pairs that provide additional information about the object.
|
void |
setRegion(Region region)
A region within an artifact where a result was detected.
|
String |
toString() |
PhysicalLocation |
withAddress(Address address) |
PhysicalLocation |
withArtifactLocation(ArtifactLocation artifactLocation) |
PhysicalLocation |
withContextRegion(Region contextRegion) |
PhysicalLocation |
withProperties(PropertyBag properties) |
PhysicalLocation |
withRegion(Region region) |
public Address getAddress()
public void setAddress(Address address)
public PhysicalLocation withAddress(Address address)
public ArtifactLocation getArtifactLocation()
public void setArtifactLocation(ArtifactLocation artifactLocation)
public PhysicalLocation withArtifactLocation(ArtifactLocation artifactLocation)
public Region getRegion()
public void setRegion(Region region)
public PhysicalLocation withRegion(Region region)
public Region getContextRegion()
public void setContextRegion(Region contextRegion)
public PhysicalLocation withContextRegion(Region contextRegion)
public PropertyBag getProperties()
public void setProperties(PropertyBag properties)
public PhysicalLocation withProperties(PropertyBag properties)
Copyright © 2020 Contrast Security. All rights reserved.