public class Value extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | Value.ValueTypeSpecifies the type of value. | 
| Constructor and Description | 
|---|
| Value() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Date | getCreated()Gets the created. | 
| java.util.Map | getMetadata()Gets the metadata. | 
| java.util.List<java.lang.String> | getPatterns()Gets the patterns. | 
| java.util.List<java.lang.String> | getSynonyms()Gets the synonyms. | 
| java.util.Date | getUpdated()Gets the updated. | 
| java.lang.String | getValueText()Gets the valueText. | 
| java.lang.String | getValueType()Gets the valueType. | 
equals, hashCode, toStringpublic java.lang.String getValueText()
public java.util.Map getMetadata()
public java.util.Date getCreated()
public java.util.Date getUpdated()
public java.util.List<java.lang.String> getSynonyms()
public java.util.List<java.lang.String> getPatterns()
public java.lang.String getValueType()