public static class ServiceModel.ImportItemAnalysisMethod extends Object
| Modifier and Type | Field and Description |
|---|---|
Object |
Errors |
ServiceModel.AnalysisMethod |
ExistingItem |
List<String> |
Fields |
String |
Input |
ServiceModel.AnalysisMethod |
Item |
List<ServiceModel.ImportChangeItem> |
ItemComparison |
String |
RowId |
ServiceModel.ImportItemStatusType |
Status |
List<String> |
WarningMessages |
| Constructor and Description |
|---|
ImportItemAnalysisMethod() |
public Object Errors
public String RowId
public String Input
public ServiceModel.ImportItemStatusType Status
public ServiceModel.AnalysisMethod Item
public ServiceModel.AnalysisMethod ExistingItem
public List<ServiceModel.ImportChangeItem> ItemComparison
public ServiceModel.ImportItemAnalysisMethod setFields(List<String> value)
public Object getErrors()
public ServiceModel.ImportItemAnalysisMethod setErrors(Object value)
public String getRowId()
public ServiceModel.ImportItemAnalysisMethod setRowId(String value)
public String getInput()
public ServiceModel.ImportItemAnalysisMethod setInput(String value)
public ServiceModel.ImportItemStatusType getStatus()
public ServiceModel.ImportItemAnalysisMethod setStatus(ServiceModel.ImportItemStatusType value)
public ServiceModel.AnalysisMethod getItem()
public ServiceModel.ImportItemAnalysisMethod setItem(ServiceModel.AnalysisMethod value)
public ServiceModel.AnalysisMethod getExistingItem()
public ServiceModel.ImportItemAnalysisMethod setExistingItem(ServiceModel.AnalysisMethod value)
public List<ServiceModel.ImportChangeItem> getItemComparison()
public ServiceModel.ImportItemAnalysisMethod setItemComparison(List<ServiceModel.ImportChangeItem> value)
public ServiceModel.ImportItemAnalysisMethod setWarningMessages(List<String> value)
Copyright © 2022. All rights reserved.