public class ClinicalUpdateResult extends Object implements Serializable
Constructor and Description |
---|
ClinicalUpdateResult(ValidationResult validationResult,
String validationReportPath,
SourceLocation validationReportSourceLocation)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
String |
getValidationReportPath()
Gets the path of the validation report, if specified.
|
SourceLocation |
getValidationReportSourceLocation()
Gets the source location (repository or workspace) of the validation report, if a validation path is specified.
|
ValidationResult |
getValidationResult()
Gets the validation results of importing clinical data.
|
String |
toString() |
public ClinicalUpdateResult(ValidationResult validationResult, String validationReportPath, SourceLocation validationReportSourceLocation)
validationResult
- The validation results of importing clinical data.validationReportPath
- The path of the validation report, if provided.validationReportSourceLocation
- The source location (repository or workspace) of the validation report, if
a validation path is specified. Otherwise, null.public ValidationResult getValidationResult()
public String getValidationReportPath()
public SourceLocation getValidationReportSourceLocation()
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>