public final class ExportFeedback extends Object
isSimpleString()
to true. In this case getItemName()
will be used as a simple string. Others fields will not be used.
To get a String representation of this item call to toString()
.Modifier and Type | Class and Description |
---|---|
static class |
ExportFeedback.Status |
static class |
ExportFeedback.Type |
Constructor and Description |
---|
ExportFeedback() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getItemName() |
String |
getItemPath() |
List<ImportValidationFeedback> |
getResult() |
ExportFeedback.Status |
getStatus() |
Date |
getTime() |
ExportFeedback.Type |
getType() |
int |
hashCode() |
boolean |
isSimpleString() |
void |
setItemName(String itemName) |
void |
setItemPath(String itemPath) |
void |
setResult(List<ImportValidationFeedback> result) |
void |
setSimpleString(boolean isSimpleString) |
void |
setStatus(ExportFeedback.Status status) |
void |
setTime(Date time) |
void |
setType(ExportFeedback.Type type) |
String |
toString() |
public ExportFeedback.Type getType()
public void setType(ExportFeedback.Type type)
public Date getTime()
public void setTime(Date time)
public ExportFeedback.Status getStatus()
public void setStatus(ExportFeedback.Status status)
public String getItemPath()
public void setItemPath(String itemPath)
public String getItemName()
public void setItemName(String itemName)
public List<ImportValidationFeedback> getResult()
public void setResult(List<ImportValidationFeedback> result)
public boolean isSimpleString()
public void setSimpleString(boolean isSimpleString)
Copyright © 2018 Hitachi Vantara. All rights reserved.