public class MetadataTaxonomyLevel extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
MetadataTaxonomyLevel.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
description
A description of the level.
|
protected String |
displayName
The display name of the level as it is shown to the user.
|
protected Integer |
level
An index of the level within the taxonomy.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
MetadataTaxonomyLevel() |
protected |
MetadataTaxonomyLevel(MetadataTaxonomyLevel.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getDisplayName() |
Integer |
getLevel() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String displayName
protected String description
public MetadataTaxonomyLevel()
protected MetadataTaxonomyLevel(MetadataTaxonomyLevel.Builder builder)
public String getDisplayName()
public String getDescription()