| Modifier and Type | Method and Description |
|---|---|
ResultProvenance |
Result.getProvenance()
Contains information about how and when a result was detected.
|
ResultProvenance |
ResultProvenance.withConversionSources(Set<PhysicalLocation> conversionSources) |
ResultProvenance |
ResultProvenance.withFirstDetectionRunGuid(String firstDetectionRunGuid) |
ResultProvenance |
ResultProvenance.withFirstDetectionTimeUtc(Date firstDetectionTimeUtc) |
ResultProvenance |
ResultProvenance.withInvocationIndex(Integer invocationIndex) |
ResultProvenance |
ResultProvenance.withLastDetectionRunGuid(String lastDetectionRunGuid) |
ResultProvenance |
ResultProvenance.withLastDetectionTimeUtc(Date lastDetectionTimeUtc) |
ResultProvenance |
ResultProvenance.withProperties(PropertyBag properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
Result.setProvenance(ResultProvenance provenance)
Contains information about how and when a result was detected.
|
Result |
Result.withProvenance(ResultProvenance provenance) |
Copyright © 2020 Contrast Security. All rights reserved.