public class WorkspaceExport extends GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
WorkspaceExport.Status
The current status of the workspace.
|
Constructor and Description |
---|
WorkspaceExport() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Counterexample> |
getCounterexamples()
Gets the counterexamples.
|
java.util.Date |
getCreated()
Gets the created.
|
java.lang.String |
getDescription()
Gets the description.
|
java.util.List<DialogNode> |
getDialogNodes()
Gets the dialogNodes.
|
java.util.List<EntityExport> |
getEntities()
Gets the entities.
|
java.util.List<IntentExport> |
getIntents()
Gets the intents.
|
java.lang.String |
getLanguage()
Gets the language.
|
java.util.Map |
getMetadata()
Gets the metadata.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.String |
getStatus()
Gets the status.
|
java.util.Date |
getUpdated()
Gets the updated.
|
java.lang.String |
getWorkspaceId()
Gets the workspaceId.
|
java.lang.Boolean |
isLearningOptOut()
Gets the learningOptOut.
|
void |
setCounterexamples(java.util.List<Counterexample> counterexamples)
Sets the counterexamples.
|
void |
setDescription(java.lang.String description)
Sets the description.
|
void |
setDialogNodes(java.util.List<DialogNode> dialogNodes)
Sets the dialogNodes.
|
void |
setEntities(java.util.List<EntityExport> entities)
Sets the entities.
|
void |
setIntents(java.util.List<IntentExport> intents)
Sets the intents.
|
void |
setLanguage(java.lang.String language)
Sets the language.
|
void |
setLearningOptOut(java.lang.Boolean learningOptOut)
Sets the learningOptOut.
|
void |
setMetadata(java.util.Map metadata)
Sets the metadata.
|
void |
setName(java.lang.String name)
Sets the name.
|
void |
setStatus(java.lang.String status)
Sets the status.
|
equals, hashCode, toString
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String getLanguage()
public java.util.Map getMetadata()
public java.util.Date getCreated()
public java.util.Date getUpdated()
public java.lang.String getWorkspaceId()
public java.lang.String getStatus()
public java.lang.Boolean isLearningOptOut()
public java.util.List<IntentExport> getIntents()
public java.util.List<EntityExport> getEntities()
public java.util.List<Counterexample> getCounterexamples()
public java.util.List<DialogNode> getDialogNodes()
public void setName(java.lang.String name)
name
- the new namepublic void setDescription(java.lang.String description)
description
- the new descriptionpublic void setLanguage(java.lang.String language)
language
- the new languagepublic void setMetadata(java.util.Map metadata)
metadata
- the new metadatapublic void setStatus(java.lang.String status)
status
- the new statuspublic void setLearningOptOut(java.lang.Boolean learningOptOut)
learningOptOut
- the new learningOptOutpublic void setIntents(java.util.List<IntentExport> intents)
intents
- the new intentspublic void setEntities(java.util.List<EntityExport> entities)
entities
- the new entitiespublic void setCounterexamples(java.util.List<Counterexample> counterexamples)
counterexamples
- the new counterexamplespublic void setDialogNodes(java.util.List<DialogNode> dialogNodes)
dialogNodes
- the new dialogNodes