public class ArtifactChange extends Object
| Constructor and Description |
|---|
ArtifactChange() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
ArtifactLocation |
getArtifactLocation()
Specifies the location of an artifact.
|
PropertyBag |
getProperties()
Key/value pairs that provide additional information about the object.
|
List<Replacement> |
getReplacements()
An array of replacement objects, each of which represents the replacement of a single region in a single artifact specified by 'artifactLocation'.
|
int |
hashCode() |
void |
setArtifactLocation(ArtifactLocation artifactLocation)
Specifies the location of an artifact.
|
void |
setProperties(PropertyBag properties)
Key/value pairs that provide additional information about the object.
|
void |
setReplacements(List<Replacement> replacements)
An array of replacement objects, each of which represents the replacement of a single region in a single artifact specified by 'artifactLocation'.
|
String |
toString() |
ArtifactChange |
withArtifactLocation(ArtifactLocation artifactLocation) |
ArtifactChange |
withProperties(PropertyBag properties) |
ArtifactChange |
withReplacements(List<Replacement> replacements) |
public ArtifactLocation getArtifactLocation()
public void setArtifactLocation(ArtifactLocation artifactLocation)
public ArtifactChange withArtifactLocation(ArtifactLocation artifactLocation)
public List<Replacement> getReplacements()
public void setReplacements(List<Replacement> replacements)
public ArtifactChange withReplacements(List<Replacement> replacements)
public PropertyBag getProperties()
public void setProperties(PropertyBag properties)
public ArtifactChange withProperties(PropertyBag properties)
Copyright © 2020 Contrast Security. All rights reserved.