public class ExternalPropertyFileReference extends Object
| Constructor and Description |
|---|
ExternalPropertyFileReference() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getGuid()
A stable, unique identifer for the external property file in the form of a GUID.
|
Integer |
getItemCount()
A non-negative integer specifying the number of items contained in the external property file.
|
ArtifactLocation |
getLocation()
Specifies the location of an artifact.
|
PropertyBag |
getProperties()
Key/value pairs that provide additional information about the object.
|
int |
hashCode() |
void |
setGuid(String guid)
A stable, unique identifer for the external property file in the form of a GUID.
|
void |
setItemCount(Integer itemCount)
A non-negative integer specifying the number of items contained in the external property file.
|
void |
setLocation(ArtifactLocation location)
Specifies the location of an artifact.
|
void |
setProperties(PropertyBag properties)
Key/value pairs that provide additional information about the object.
|
String |
toString() |
ExternalPropertyFileReference |
withGuid(String guid) |
ExternalPropertyFileReference |
withItemCount(Integer itemCount) |
ExternalPropertyFileReference |
withLocation(ArtifactLocation location) |
ExternalPropertyFileReference |
withProperties(PropertyBag properties) |
public ArtifactLocation getLocation()
public void setLocation(ArtifactLocation location)
public ExternalPropertyFileReference withLocation(ArtifactLocation location)
public String getGuid()
public void setGuid(String guid)
public ExternalPropertyFileReference withGuid(String guid)
public Integer getItemCount()
public void setItemCount(Integer itemCount)
public ExternalPropertyFileReference withItemCount(Integer itemCount)
public PropertyBag getProperties()
public void setProperties(PropertyBag properties)
public ExternalPropertyFileReference withProperties(PropertyBag properties)
Copyright © 2020 Contrast Security. All rights reserved.