public class CreateValue extends GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CreateValue.Builder
Builder.
|
static interface |
CreateValue.ValueType
Specifies the type of value.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map |
metadata()
Gets the metadata.
|
CreateValue.Builder |
newBuilder()
New builder.
|
java.util.List<java.lang.String> |
patterns()
Gets the patterns.
|
java.util.List<java.lang.String> |
synonyms()
Gets the synonyms.
|
java.lang.String |
value()
Gets the value.
|
java.lang.String |
valueType()
Gets the valueType.
|
equals, hashCode, toString
public CreateValue.Builder newBuilder()
public java.lang.String value()
public java.util.Map metadata()
public java.util.List<java.lang.String> synonyms()
public java.util.List<java.lang.String> patterns()
public java.lang.String valueType()