public class AiCitation extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AiCitation.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
content
The specific content from where the answer was referenced.
|
protected String |
id
The id of the item.
|
protected String |
name
The name of the item.
|
protected EnumWrapper<AiCitationTypeField> |
type
The type of the item.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
AiCitation() |
protected |
AiCitation(AiCitation.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getContent() |
String |
getId() |
String |
getName() |
EnumWrapper<AiCitationTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<AiCitationTypeField> type
public AiCitation()
protected AiCitation(AiCitation.Builder builder)
public String getContent()
public EnumWrapper<AiCitationTypeField> getType()