public class MetadataTaxonomy extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
MetadataTaxonomy.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
displayName
The display name of the metadata taxonomy.
|
protected String |
id
A unique identifier of the metadata taxonomy.
|
protected String |
key
A unique identifier of the metadata taxonomy.
|
protected List<MetadataTaxonomyLevel> |
levels
Levels of the metadata taxonomy.
|
protected String |
namespace
A namespace that the metadata taxonomy is associated with.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
MetadataTaxonomy(MetadataTaxonomy.Builder builder) |
|
MetadataTaxonomy(String id,
String displayName,
String namespace) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDisplayName() |
String |
getId() |
String |
getKey() |
List<MetadataTaxonomyLevel> |
getLevels() |
String |
getNamespace() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String key
protected final String displayName
protected final String namespace
protected List<MetadataTaxonomyLevel> levels
public MetadataTaxonomy(String id, String displayName, String namespace)
protected MetadataTaxonomy(MetadataTaxonomy.Builder builder)
public String getDisplayName()
public String getNamespace()
public List<MetadataTaxonomyLevel> getLevels()