public class AiExtractAgent extends OneOfTwo<AiAgentReference,AiAgentExtract>
OneOfTwo.OneOfTwoSerializer| Modifier and Type | Field and Description |
|---|---|
protected String |
type |
OBJECT_MAPPER, value0, value1explicitlySetNullableFields| Constructor and Description |
|---|
AiExtractAgent(AiAgentExtract aiAgentExtract) |
AiExtractAgent(AiAgentReference aiAgentReference) |
| Modifier and Type | Method and Description |
|---|---|
AiAgentExtract |
getAiAgentExtract() |
AiAgentReference |
getAiAgentReference() |
String |
getType() |
boolean |
isAiAgentExtract() |
boolean |
isAiAgentReference() |
hasAnyNonNullValuegetRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetpublic AiExtractAgent(AiAgentReference aiAgentReference)
public AiExtractAgent(AiAgentExtract aiAgentExtract)
public boolean isAiAgentReference()
public AiAgentReference getAiAgentReference()
public boolean isAiAgentExtract()
public AiAgentExtract getAiAgentExtract()