public class Value
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Value.BuilderBuilder. | 
| static interface  | Value.TypeSpecifies the type of entity value. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Date | created()Gets the created. | 
| java.util.Map<java.lang.String,java.lang.Object> | metadata()Gets the metadata. | 
| Value.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 | type()Gets the type. | 
| java.util.Date | updated()Gets the updated. | 
| java.lang.String | value()Gets the value. | 
public Value.Builder newBuilder()
public java.lang.String value()
public java.util.Map<java.lang.String,java.lang.Object> metadata()
public java.lang.String type()
public java.util.List<java.lang.String> synonyms()
public java.util.List<java.lang.String> patterns()
public java.util.Date created()
public java.util.Date updated()