public class ValueExport extends GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
ValueExport.ValueType
Specifies the type of value.
|
Constructor and Description |
---|
ValueExport() |
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, toString
public 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()