public class AiExtractStructuredAgent extends OneOfTwo<AiAgentReference,AiAgentExtractStructured>
OneOfTwo.OneOfTwoSerializer| Modifier and Type | Field and Description |
|---|---|
protected String |
type |
OBJECT_MAPPER, value0, value1explicitlySetNullableFields| Constructor and Description |
|---|
AiExtractStructuredAgent(AiAgentExtractStructured aiAgentExtractStructured) |
AiExtractStructuredAgent(AiAgentReference aiAgentReference) |
| Modifier and Type | Method and Description |
|---|---|
AiAgentExtractStructured |
getAiAgentExtractStructured() |
AiAgentReference |
getAiAgentReference() |
String |
getType() |
boolean |
isAiAgentExtractStructured() |
boolean |
isAiAgentReference() |
hasAnyNonNullValuegetRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetpublic AiExtractStructuredAgent(AiAgentReference aiAgentReference)
public AiExtractStructuredAgent(AiAgentExtractStructured aiAgentExtractStructured)
public boolean isAiAgentReference()
public AiAgentReference getAiAgentReference()
public boolean isAiAgentExtractStructured()
public AiAgentExtractStructured getAiAgentExtractStructured()