public class CreateEntity
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | CreateEntity.BuilderBuilder. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Date | created()Gets the created. | 
| java.lang.String | description()Gets the description. | 
| java.lang.String | entity()Gets the entity. | 
| java.lang.Boolean | fuzzyMatch()Gets the fuzzyMatch. | 
| java.util.Map | metadata()Gets the metadata. | 
| CreateEntity.Builder | newBuilder()New builder. | 
| java.util.Date | updated()Gets the updated. | 
| java.util.List<CreateValue> | values()Gets the values. | 
public CreateEntity.Builder newBuilder()
public java.lang.String entity()
public java.lang.String description()
public java.util.Map metadata()
public java.lang.Boolean fuzzyMatch()
public java.util.Date created()
public java.util.Date updated()
public java.util.List<CreateValue> values()