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