public class Entity
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.util.Date |
created |
protected java.lang.String |
description |
protected java.lang.String |
entity |
protected java.lang.Boolean |
fuzzyMatch |
protected java.util.Map<java.lang.String,java.lang.Object> |
metadata |
protected java.util.Date |
updated |
protected java.util.List<Value> |
values |
Constructor and Description |
---|
Entity() |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getCreated()
Gets the created.
|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.String |
getEntity()
Gets the entity.
|
java.util.Map<java.lang.String,java.lang.Object> |
getMetadata()
Gets the metadata.
|
java.util.Date |
getUpdated()
Gets the updated.
|
java.util.List<Value> |
getValues()
Gets the values.
|
java.lang.Boolean |
isFuzzyMatch()
Gets the fuzzyMatch.
|
protected java.lang.String entity
protected java.lang.String description
protected java.util.Map<java.lang.String,java.lang.Object> metadata
@SerializedName(value="fuzzy_match") protected java.lang.Boolean fuzzyMatch
protected java.util.Date created
protected java.util.Date updated
protected java.util.List<Value> values
public java.lang.String getEntity()
The name of the entity. This string must conform to the following restrictions: - It can contain only Unicode alphanumeric, underscore, and hyphen characters. - If you specify an entity name beginning with the reserved prefix `sys-`, it must be the name of a system entity that you want to enable. (Any entity content specified with the request is ignored.).
public java.lang.String getDescription()
The description of the entity. This string cannot contain carriage return, newline, or tab characters.
public java.util.Map<java.lang.String,java.lang.Object> getMetadata()
Any metadata related to the entity.
public java.lang.Boolean isFuzzyMatch()
Whether to use fuzzy matching for the entity.
public java.util.Date getCreated()
The timestamp for creation of the object.
public java.util.Date getUpdated()
The timestamp for the most recent update to the object.
public java.util.List<Value> getValues()
An array of objects describing the entity values.