public class SearchResult
extends com.fasterxml.jackson.databind.node.ObjectNode
| 构造器和说明 |
|---|
SearchResult() |
SearchResult(com.fasterxml.jackson.databind.node.ObjectNode objectNode) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContent() |
String |
getIcon() |
int |
getIndex() |
String |
getLink() |
String |
getMedia() |
String |
getRefer() |
String |
getTitle() |
void |
setContent(String content) |
void |
setIcon(String icon) |
void |
setIndex(int index) |
void |
setLink(String link) |
void |
setMedia(String media) |
void |
setRefer(String refer) |
void |
setTitle(String title) |
_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 SearchResult()
public SearchResult(com.fasterxml.jackson.databind.node.ObjectNode objectNode)
public int getIndex()
public void setIndex(int index)
public String getTitle()
public void setTitle(String title)
public String getLink()
public void setLink(String link)
public String getContent()
public void setContent(String content)
public String getIcon()
public void setIcon(String icon)
public String getMedia()
public void setMedia(String media)
public String getRefer()
public void setRefer(String refer)
Copyright © 2025. All rights reserved.