public class DocumentData
extends com.fasterxml.jackson.databind.node.ObjectNode
| 构造器和说明 |
|---|
DocumentData() |
DocumentData(com.fasterxml.jackson.databind.node.ObjectNode objectNode) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<String> |
getCustomSeparator() |
Integer |
getEmbeddingStat() |
DocumentDataFailInfo |
getFailInfo() |
String |
getId() |
Integer |
getLength() |
String |
getName() |
String |
getSentenceSize() |
String |
getUrl() |
Integer |
getWordNum() |
void |
setCustomSeparator(List<String> customSeparator) |
void |
setEmbeddingStat(Integer embeddingStat) |
void |
setFailInfo(DocumentDataFailInfo failInfo) |
void |
setId(String id) |
void |
setLength(Integer length) |
void |
setName(String name) |
void |
setSentenceSize(String sentenceSize) |
void |
setUrl(String url) |
void |
setWordNum(Integer wordNum) |
_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 DocumentData()
public DocumentData(com.fasterxml.jackson.databind.node.ObjectNode objectNode)
public String getId()
public void setId(String id)
public String getSentenceSize()
public void setSentenceSize(String sentenceSize)
public Integer getLength()
public void setLength(Integer length)
public Integer getWordNum()
public void setWordNum(Integer wordNum)
public String getName()
public void setName(String name)
public String getUrl()
public void setUrl(String url)
public Integer getEmbeddingStat()
public void setEmbeddingStat(Integer embeddingStat)
public DocumentDataFailInfo getFailInfo()
public void setFailInfo(DocumentDataFailInfo failInfo)
Copyright © 2025. All rights reserved.