public class ImportDataResult extends Object
ImportResult returned from
ImportService.importData(de.hybris.platform.servicelayer.impex.ImportConfig)| Constructor and Description |
|---|
ImportDataResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLogText() |
String |
getUnresolvedData() |
boolean |
isSuccesss() |
boolean |
isUnresolvedLines() |
void |
setLogText(String logText) |
void |
setSuccesss(boolean successs) |
void |
setUnresolvedData(String unresolvedData) |
void |
setUnresolvedLines(boolean unresolvedLines) |
public boolean isSuccesss()
public void setSuccesss(boolean successs)
public boolean isUnresolvedLines()
public void setUnresolvedLines(boolean unresolvedLines)
public String getUnresolvedData()
public void setUnresolvedData(String unresolvedData)
public String getLogText()
public void setLogText(String logText)
Copyright © 2017 SAP SE. All Rights Reserved.