public class MetadataTaxonomyAncestor extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
MetadataTaxonomyAncestor.Builder |
| Modifier and Type | Field and Description |
|---|---|
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.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
MetadataTaxonomyAncestor() |
protected |
MetadataTaxonomyAncestor(MetadataTaxonomyAncestor.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDisplayName() |
String |
getId() |
Long |
getLevel() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String displayName
public MetadataTaxonomyAncestor()
protected MetadataTaxonomyAncestor(MetadataTaxonomyAncestor.Builder builder)
public String getDisplayName()