public class AddMetadataTaxonomyLevelRequestBody extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AddMetadataTaxonomyLevelRequestBody.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
description
The description of the taxonomy level.
|
protected String |
displayName
The display name of the taxonomy level.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
AddMetadataTaxonomyLevelRequestBody(AddMetadataTaxonomyLevelRequestBody.Builder builder) |
|
AddMetadataTaxonomyLevelRequestBody(String displayName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getDisplayName() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final String displayName
protected String description
public AddMetadataTaxonomyLevelRequestBody(String displayName)
protected AddMetadataTaxonomyLevelRequestBody(AddMetadataTaxonomyLevelRequestBody.Builder builder)
public String getDisplayName()
public String getDescription()