public class MetadataTaxonomyNode extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
MetadataTaxonomyNode.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<MetadataTaxonomyAncestor> |
ancestors
An array of objects for all ancestor nodes.
|
protected String |
displayName
The display name of the metadata taxonomy node.
|
protected String |
id
A unique identifier of the metadata taxonomy node.
|
protected long |
level
An index of the level to which the node belongs.
|
protected List<String> |
nodePath
An array of identifiers for all ancestor nodes.
|
protected String |
parentId
The identifier of the parent node.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
MetadataTaxonomyNode(MetadataTaxonomyNode.Builder builder) |
|
MetadataTaxonomyNode(String id,
String displayName,
long level) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<MetadataTaxonomyAncestor> |
getAncestors() |
String |
getDisplayName() |
String |
getId() |
long |
getLevel() |
List<String> |
getNodePath() |
String |
getParentId() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final String displayName
protected final long level
protected List<String> nodePath
protected List<MetadataTaxonomyAncestor> ancestors
public MetadataTaxonomyNode(String id, String displayName, long level)
protected MetadataTaxonomyNode(MetadataTaxonomyNode.Builder builder)
public String getDisplayName()
public long getLevel()
public String getParentId()
public List<String> getNodePath()
public List<MetadataTaxonomyAncestor> getAncestors()