public class Intent extends GenericModel
Constructor and Description |
---|
Intent() |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getCreated()
Gets the created.
|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.String |
getIntentName()
Gets the intentName.
|
java.util.Date |
getUpdated()
Gets the updated.
|
void |
setDescription(java.lang.String description)
Sets the description.
|
void |
setIntentName(java.lang.String intentName)
Sets the intentName.
|
equals, hashCode, toString
public java.lang.String getIntentName()
public java.util.Date getCreated()
public java.util.Date getUpdated()
public java.lang.String getDescription()
public void setIntentName(java.lang.String intentName)
intentName
- the new intentNamepublic void setDescription(java.lang.String description)
description
- the new description