public class AiTaxonomyReference extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AiTaxonomyReference.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
namespace
The namespace of the taxonomy source.
|
protected String |
taxonomyKey
The identifier for a taxonomy, which corresponds to the `taxonomy_key` of the taxonomy source.
|
protected EnumWrapper<AiTaxonomyReferenceTypeField> |
type
The type of the taxonomy source.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
AiTaxonomyReference() |
protected |
AiTaxonomyReference(AiTaxonomyReference.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getNamespace() |
String |
getTaxonomyKey() |
EnumWrapper<AiTaxonomyReferenceTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<AiTaxonomyReferenceTypeField> type
protected String taxonomyKey
public AiTaxonomyReference()
protected AiTaxonomyReference(AiTaxonomyReference.Builder builder)
public EnumWrapper<AiTaxonomyReferenceTypeField> getType()
public String getTaxonomyKey()
public String getNamespace()