public class AssistantCompletion
extends com.fasterxml.jackson.databind.node.ObjectNode
| 构造器和说明 |
|---|
AssistantCompletion() |
AssistantCompletion(com.fasterxml.jackson.databind.node.ObjectNode objectNode) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAssistantId() |
List<AssistantChoice> |
getChoices() |
String |
getConversationId() |
int |
getCreated() |
String |
getId() |
ErrorInfo |
getLastError() |
Map<String,Object> |
getMetadata() |
String |
getStatus() |
CompletionUsage |
getUsage() |
void |
setAssistantId(String assistantId) |
void |
setChoices(List<AssistantChoice> choices) |
void |
setConversationId(String conversationId) |
void |
setCreated(int created) |
void |
setId(String id) |
void |
setLastError(ErrorInfo lastError) |
void |
setMetadata(Map<String,Object> metadata) |
void |
setStatus(String status) |
void |
setUsage(CompletionUsage usage) |
_at, _childrenEqual, _put, asToken, deepCopy, elements, equals, equals, fieldNames, fields, findParent, findParents, findValue, findValues, findValuesAsText, get, get, getNodeType, hashCode, isEmpty, isEmpty, isObject, path, path, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, putAll, putAll, putArray, putNull, putObject, putPOJO, putRawValue, remove, remove, removeAll, replace, required, retain, retain, serialize, serializeWithType, set, setAll, setAll, size, with, withArray, without, withoutarrayNode, arrayNode, asText, binaryNode, binaryNode, booleanNode, missingNode, nullNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, objectNode, pojoNode, rawValueNode, textNodefindPath, numberType, required, toPrettyString, toString, traverse, traverse_reportRequiredViolation, _this, asBoolean, asBoolean, asDouble, asDouble, asInt, asInt, asLong, asLong, asText, at, at, bigIntegerValue, binaryValue, booleanValue, canConvertToInt, canConvertToLong, decimalValue, doubleValue, findParents, findValues, findValuesAsText, floatValue, has, has, hasNonNull, hasNonNull, intValue, isArray, isBigDecimal, isBigInteger, isBinary, isBoolean, isContainerNode, isDouble, isFloat, isFloatingPointNumber, isInt, isIntegralNumber, isLong, isMissingNode, isNull, isNumber, isPojo, isShort, isTextual, isValueNode, iterator, longValue, numberValue, require, requiredAt, requiredAt, requireNonNull, shortValue, textValueforEach, spliteratorpublic AssistantCompletion()
public AssistantCompletion(com.fasterxml.jackson.databind.node.ObjectNode objectNode)
public String getId()
public void setId(String id)
public String getConversationId()
public void setConversationId(String conversationId)
public String getAssistantId()
public void setAssistantId(String assistantId)
public int getCreated()
public void setCreated(int created)
public String getStatus()
public void setStatus(String status)
public ErrorInfo getLastError()
public void setLastError(ErrorInfo lastError)
public List<AssistantChoice> getChoices()
public void setChoices(List<AssistantChoice> choices)
public CompletionUsage getUsage()
public void setUsage(CompletionUsage usage)
Copyright © 2025. All rights reserved.