public class ImportInstanceResult extends Object implements Serializable
Constructor and Description |
---|
ImportInstanceResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ConversionTask |
getConversionTask() |
int |
hashCode() |
void |
setConversionTask(ConversionTask conversionTask) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ImportInstanceResult |
withConversionTask(ConversionTask conversionTask)
Returns a reference to this object so that method calls can be chained together.
|
public ConversionTask getConversionTask()
public void setConversionTask(ConversionTask conversionTask)
conversionTask
- public ImportInstanceResult withConversionTask(ConversionTask conversionTask)
Returns a reference to this object so that method calls can be chained together.
conversionTask
- public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.