public class ArtifactLocation extends Object
| Constructor and Description |
|---|
ArtifactLocation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Message |
getDescription()
Encapsulates a message intended to be read by the end user.
|
Integer |
getIndex()
The index within the run artifacts array of the artifact object associated with the artifact location.
|
PropertyBag |
getProperties()
Key/value pairs that provide additional information about the object.
|
String |
getUri()
A string containing a valid relative or absolute URI.
|
String |
getUriBaseId()
A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
|
int |
hashCode() |
void |
setDescription(Message description)
Encapsulates a message intended to be read by the end user.
|
void |
setIndex(Integer index)
The index within the run artifacts array of the artifact object associated with the artifact location.
|
void |
setProperties(PropertyBag properties)
Key/value pairs that provide additional information about the object.
|
void |
setUri(String uri)
A string containing a valid relative or absolute URI.
|
void |
setUriBaseId(String uriBaseId)
A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.
|
String |
toString() |
ArtifactLocation |
withDescription(Message description) |
ArtifactLocation |
withIndex(Integer index) |
ArtifactLocation |
withProperties(PropertyBag properties) |
ArtifactLocation |
withUri(String uri) |
ArtifactLocation |
withUriBaseId(String uriBaseId) |
public String getUri()
public void setUri(String uri)
public ArtifactLocation withUri(String uri)
public String getUriBaseId()
public void setUriBaseId(String uriBaseId)
public ArtifactLocation withUriBaseId(String uriBaseId)
public Integer getIndex()
public void setIndex(Integer index)
public ArtifactLocation withIndex(Integer index)
public Message getDescription()
public void setDescription(Message description)
public ArtifactLocation withDescription(Message description)
public PropertyBag getProperties()
public void setProperties(PropertyBag properties)
public ArtifactLocation withProperties(PropertyBag properties)
Copyright © 2020 Contrast Security. All rights reserved.