public class Replacement extends Object
| Constructor and Description |
|---|
Replacement() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Region |
getDeletedRegion()
A region within an artifact where a result was detected.
|
ArtifactContent |
getInsertedContent()
Represents the contents of an artifact.
|
PropertyBag |
getProperties()
Key/value pairs that provide additional information about the object.
|
int |
hashCode() |
void |
setDeletedRegion(Region deletedRegion)
A region within an artifact where a result was detected.
|
void |
setInsertedContent(ArtifactContent insertedContent)
Represents the contents of an artifact.
|
void |
setProperties(PropertyBag properties)
Key/value pairs that provide additional information about the object.
|
String |
toString() |
Replacement |
withDeletedRegion(Region deletedRegion) |
Replacement |
withInsertedContent(ArtifactContent insertedContent) |
Replacement |
withProperties(PropertyBag properties) |
public Region getDeletedRegion()
public void setDeletedRegion(Region deletedRegion)
public Replacement withDeletedRegion(Region deletedRegion)
public ArtifactContent getInsertedContent()
public void setInsertedContent(ArtifactContent insertedContent)
public Replacement withInsertedContent(ArtifactContent insertedContent)
public PropertyBag getProperties()
public void setProperties(PropertyBag properties)
public Replacement withProperties(PropertyBag properties)
Copyright © 2020 Contrast Security. All rights reserved.