public class Entity
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
Date |
getCreated()
Gets the created.
|
String |
getDescription()
Gets the description.
|
String |
getEntity()
Gets the entity.
|
Map<String,Object> |
getMetadata()
Gets the metadata.
|
Date |
getUpdated()
Gets the updated.
|
List<Value> |
getValues()
Gets the values.
|
Boolean |
isFuzzyMatch()
Gets the fuzzyMatch.
|
public 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 String getDescription()
The description of the entity. This string cannot contain carriage return, newline, or tab characters.
public Map<String,Object> getMetadata()
Any metadata related to the entity.
public Boolean isFuzzyMatch()
Whether to use fuzzy matching for the entity.
public Date getCreated()
The timestamp for creation of the object.
public Date getUpdated()
The timestamp for the most recent update to the object.
Copyright © 2023 IBM Cloud. All rights reserved.