Class Highlight
- java.lang.Object
-
- software.amazon.awssdk.services.qconnect.model.Highlight
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Highlight.Builder,Highlight>
@Generated("software.amazon.awssdk:codegen") public final class Highlight extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Highlight.Builder,Highlight>
Offset specification to describe highlighting of document excerpts for rendering search results and recommendations.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHighlight.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegerbeginOffsetInclusive()The offset for the start of the highlight.static Highlight.Builderbuilder()IntegerendOffsetExclusive()The offset for the end of the highlight.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends Highlight.Builder>serializableBuilderClass()Highlight.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
beginOffsetInclusive
public final Integer beginOffsetInclusive()
The offset for the start of the highlight.
- Returns:
- The offset for the start of the highlight.
-
endOffsetExclusive
public final Integer endOffsetExclusive()
The offset for the end of the highlight.
- Returns:
- The offset for the end of the highlight.
-
toBuilder
public Highlight.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Highlight.Builder,Highlight>
-
builder
public static Highlight.Builder builder()
-
serializableBuilderClass
public static Class<? extends Highlight.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-