public class Fix extends Object
| Constructor and Description |
|---|
Fix() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Set<ArtifactChange> |
getArtifactChanges()
One or more artifact changes that comprise a fix for a result.
|
Message |
getDescription()
Encapsulates a message intended to be read by the end user.
|
PropertyBag |
getProperties()
Key/value pairs that provide additional information about the object.
|
int |
hashCode() |
void |
setArtifactChanges(Set<ArtifactChange> artifactChanges)
One or more artifact changes that comprise a fix for a result.
|
void |
setDescription(Message description)
Encapsulates a message intended to be read by the end user.
|
void |
setProperties(PropertyBag properties)
Key/value pairs that provide additional information about the object.
|
String |
toString() |
Fix |
withArtifactChanges(Set<ArtifactChange> artifactChanges) |
Fix |
withDescription(Message description) |
Fix |
withProperties(PropertyBag properties) |
public Message getDescription()
public void setDescription(Message description)
public Set<ArtifactChange> getArtifactChanges()
public void setArtifactChanges(Set<ArtifactChange> artifactChanges)
public Fix withArtifactChanges(Set<ArtifactChange> artifactChanges)
public PropertyBag getProperties()
public void setProperties(PropertyBag properties)
public Fix withProperties(PropertyBag properties)
Copyright © 2020 Contrast Security. All rights reserved.