public class EntityExport extends GenericModel
Constructor and Description |
---|
EntityExport() |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getCreated()
Gets the created.
|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.String |
getEntityName()
Gets the entityName.
|
java.util.Map |
getMetadata()
Gets the metadata.
|
java.util.Date |
getUpdated()
Gets the updated.
|
java.util.List<ValueExport> |
getValues()
Gets the values.
|
java.lang.Boolean |
isFuzzyMatch()
Gets the fuzzyMatch.
|
equals, hashCode, toString
public java.lang.String getEntityName()
public java.util.Date getCreated()
public java.util.Date getUpdated()
public java.lang.String getDescription()
public java.util.Map getMetadata()
public java.lang.Boolean isFuzzyMatch()
public java.util.List<ValueExport> getValues()