public class ImportValidationFeedback extends Object
| Constructor and Description |
|---|
ImportValidationFeedback(ImportRuleInterface importRule,
ImportValidationResultType resultType,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
static List<ImportValidationFeedback> |
getErrors(List<ImportValidationFeedback> feedback) |
ImportRuleInterface |
getImportRule() |
ImportValidationResultType |
getResultType() |
boolean |
isApproval() |
boolean |
isError() |
void |
setComment(String comment) |
void |
setImportRule(ImportRuleInterface importRule) |
void |
setResultType(ImportValidationResultType resultType) |
String |
toString() |
public ImportValidationFeedback(ImportRuleInterface importRule, ImportValidationResultType resultType, String comment)
resultType - comment - public static List<ImportValidationFeedback> getErrors(List<ImportValidationFeedback> feedback)
public ImportValidationResultType getResultType()
public boolean isError()
public boolean isApproval()
public void setResultType(ImportValidationResultType resultType)
resultType - the resultType to setpublic String getComment()
public void setComment(String comment)
comment - the comment to setpublic ImportRuleInterface getImportRule()
public void setImportRule(ImportRuleInterface importRule)
importRule - the importRule to setCopyright © 2018 Hitachi Vantara. All rights reserved.