public class AiAskAgent extends OneOfTwo<AiAgentReference,AiAgentAsk>
OneOfTwo.OneOfTwoSerializer| Modifier and Type | Field and Description |
|---|---|
protected String |
type |
OBJECT_MAPPER, value0, value1explicitlySetNullableFields| Constructor and Description |
|---|
AiAskAgent(AiAgentAsk aiAgentAsk) |
AiAskAgent(AiAgentReference aiAgentReference) |
| Modifier and Type | Method and Description |
|---|---|
AiAgentAsk |
getAiAgentAsk() |
AiAgentReference |
getAiAgentReference() |
String |
getType() |
boolean |
isAiAgentAsk() |
boolean |
isAiAgentReference() |
hasAnyNonNullValuegetRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetpublic AiAskAgent(AiAgentReference aiAgentReference)
public AiAskAgent(AiAgentAsk aiAgentAsk)
public boolean isAiAgentReference()
public AiAgentReference getAiAgentReference()
public boolean isAiAgentAsk()
public AiAgentAsk getAiAgentAsk()