public class ResultProvenance extends Object
| Constructor and Description |
|---|
ResultProvenance() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Set<PhysicalLocation> |
getConversionSources()
An array of physicalLocation objects which specify the portions of an analysis tool's output that a converter transformed into the result.
|
String |
getFirstDetectionRunGuid()
A GUID-valued string equal to the automationDetails.guid property of the run in which the result was first detected.
|
Date |
getFirstDetectionTimeUtc()
The Coordinated Universal Time (UTC) date and time at which the result was first detected.
|
Integer |
getInvocationIndex()
The index within the run.invocations array of the invocation object which describes the tool invocation that detected the result.
|
String |
getLastDetectionRunGuid()
A GUID-valued string equal to the automationDetails.guid property of the run in which the result was most recently detected.
|
Date |
getLastDetectionTimeUtc()
The Coordinated Universal Time (UTC) date and time at which the result was most recently detected.
|
PropertyBag |
getProperties()
Key/value pairs that provide additional information about the object.
|
int |
hashCode() |
void |
setConversionSources(Set<PhysicalLocation> conversionSources)
An array of physicalLocation objects which specify the portions of an analysis tool's output that a converter transformed into the result.
|
void |
setFirstDetectionRunGuid(String firstDetectionRunGuid)
A GUID-valued string equal to the automationDetails.guid property of the run in which the result was first detected.
|
void |
setFirstDetectionTimeUtc(Date firstDetectionTimeUtc)
The Coordinated Universal Time (UTC) date and time at which the result was first detected.
|
void |
setInvocationIndex(Integer invocationIndex)
The index within the run.invocations array of the invocation object which describes the tool invocation that detected the result.
|
void |
setLastDetectionRunGuid(String lastDetectionRunGuid)
A GUID-valued string equal to the automationDetails.guid property of the run in which the result was most recently detected.
|
void |
setLastDetectionTimeUtc(Date lastDetectionTimeUtc)
The Coordinated Universal Time (UTC) date and time at which the result was most recently detected.
|
void |
setProperties(PropertyBag properties)
Key/value pairs that provide additional information about the object.
|
String |
toString() |
ResultProvenance |
withConversionSources(Set<PhysicalLocation> conversionSources) |
ResultProvenance |
withFirstDetectionRunGuid(String firstDetectionRunGuid) |
ResultProvenance |
withFirstDetectionTimeUtc(Date firstDetectionTimeUtc) |
ResultProvenance |
withInvocationIndex(Integer invocationIndex) |
ResultProvenance |
withLastDetectionRunGuid(String lastDetectionRunGuid) |
ResultProvenance |
withLastDetectionTimeUtc(Date lastDetectionTimeUtc) |
ResultProvenance |
withProperties(PropertyBag properties) |
public Date getFirstDetectionTimeUtc()
public void setFirstDetectionTimeUtc(Date firstDetectionTimeUtc)
public ResultProvenance withFirstDetectionTimeUtc(Date firstDetectionTimeUtc)
public Date getLastDetectionTimeUtc()
public void setLastDetectionTimeUtc(Date lastDetectionTimeUtc)
public ResultProvenance withLastDetectionTimeUtc(Date lastDetectionTimeUtc)
public String getFirstDetectionRunGuid()
public void setFirstDetectionRunGuid(String firstDetectionRunGuid)
public ResultProvenance withFirstDetectionRunGuid(String firstDetectionRunGuid)
public String getLastDetectionRunGuid()
public void setLastDetectionRunGuid(String lastDetectionRunGuid)
public ResultProvenance withLastDetectionRunGuid(String lastDetectionRunGuid)
public Integer getInvocationIndex()
public void setInvocationIndex(Integer invocationIndex)
public ResultProvenance withInvocationIndex(Integer invocationIndex)
public Set<PhysicalLocation> getConversionSources()
public void setConversionSources(Set<PhysicalLocation> conversionSources)
public ResultProvenance withConversionSources(Set<PhysicalLocation> conversionSources)
public PropertyBag getProperties()
public void setProperties(PropertyBag properties)
public ResultProvenance withProperties(PropertyBag properties)
Copyright © 2020 Contrast Security. All rights reserved.