@Generated(value="software.amazon.awssdk:codegen") public final class ResultData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResultData.Builder,ResultData>
Information about the result.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResultData.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResultData.Builder |
builder() |
Document |
document()
The document.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
relevanceScore()
The relevance score of the results.
|
String |
resultId()
The identifier of the result data.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResultData.Builder> |
serializableBuilderClass() |
ResultData.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Document document()
The document.
public final Double relevanceScore()
The relevance score of the results.
public final String resultId()
The identifier of the result data.
public ResultData.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResultData.Builder,ResultData>public static ResultData.Builder builder()
public static Class<? extends ResultData.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.