public class EntityExportResponse extends GenericModel
| Constructor and Description |
|---|
EntityExportResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getCreated()
Gets the created.
|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.String |
getEntity()
Gets the entity.
|
java.util.Date |
getUpdated()
Gets the updated.
|
java.util.List<ValueExportResponse> |
getValues()
Gets the values.
|
void |
setCreated(java.util.Date created)
Sets the created.
|
void |
setDescription(java.lang.String description)
Sets the description.
|
void |
setEntity(java.lang.String entity)
Sets the entity.
|
void |
setUpdated(java.util.Date updated)
Sets the updated.
|
void |
setValues(java.util.List<ValueExportResponse> values)
Sets the values.
|
equals, hashCode, toStringpublic java.lang.String getEntity()
public java.lang.String getDescription()
public java.util.Date getCreated()
public java.util.Date getUpdated()
public java.util.List<ValueExportResponse> getValues()
public void setEntity(java.lang.String entity)
entity - the new entitypublic void setDescription(java.lang.String description)
description - the new descriptionpublic void setCreated(java.util.Date created)
created - the new createdpublic void setUpdated(java.util.Date updated)
updated - the new updatedpublic void setValues(java.util.List<ValueExportResponse> values)
values - the new values