public class SpecialLocations extends Object
| Constructor and Description |
|---|
SpecialLocations() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
ArtifactLocation |
getDisplayBase()
Specifies the location of an artifact.
|
PropertyBag |
getProperties()
Key/value pairs that provide additional information about the object.
|
int |
hashCode() |
void |
setDisplayBase(ArtifactLocation displayBase)
Specifies the location of an artifact.
|
void |
setProperties(PropertyBag properties)
Key/value pairs that provide additional information about the object.
|
String |
toString() |
SpecialLocations |
withDisplayBase(ArtifactLocation displayBase) |
SpecialLocations |
withProperties(PropertyBag properties) |
public ArtifactLocation getDisplayBase()
public void setDisplayBase(ArtifactLocation displayBase)
public SpecialLocations withDisplayBase(ArtifactLocation displayBase)
public PropertyBag getProperties()
public void setProperties(PropertyBag properties)
public SpecialLocations withProperties(PropertyBag properties)
Copyright © 2020 Contrast Security. All rights reserved.