Class SearchResult.Builder
java.lang.Object
net.ygbstudio.jbrave.core.domain.dto.result.Result.Builder
net.ygbstudio.jbrave.core.domain.dto.result.SearchResult.Builder
- Direct Known Subclasses:
DiscussionResult.Builder
- Enclosing class:
SearchResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Articleprotected Bookprotected Stringprotected Stringprotected CreativeWorkprotected DeepResultprotected FAQprotected Booleanprotected LocationResultprotected MetaUrlprotected MovieDataprotected MusicRecordingprotected Organizationprotected ProductPairprotected List<ProductPair> protected QAPageprotected Ratingprotected Recipeprotected Reviewprotected Softwareprotected Stringprotected Thumbnailprotected Stringprotected VideoData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()clusterType(String clusterType) contentType(String contentType) creativeWork(CreativeWork creativeWork) deepResults(DeepResult deepResults) extraSnippets(List<String> extraSnippets) location(LocationResult location) musicRecording(MusicRecording musicRecording) organization(Organization organization) product(ProductPair product) productCluster(List<ProductPair> productCluster) Methods inherited from class net.ygbstudio.jbrave.core.domain.dto.result.Result.Builder
description, familyFriendly, fetchedContentTimestamp, isSourceBoth, isSourceLocal, language, pageAge, pageFetched, profile, title, url
-
Field Details
-
type
-
subtype
-
isLive
-
deepResults
-
schemas
-
metaUrl
-
thumbnail
-
age
-
location
-
video
-
movie
-
faq
-
qa
-
book
-
rating
-
-
product
-
productCluster
-
clusterType
-
cluster
-
creativeWork
-
musicRecording
-
review
-
software
-
recipe
-
organization
-
contentType
-
extraSnippets
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
type
-
subtype
-
isLive
-
deepResults
-
schemas
-
metaUrl
-
thumbnail
-
age
-
location
-
video
-
movie
-
faq
-
qa
-
book
-
rating
-
article
-
product
-
productCluster
-
clusterType
-
cluster
-
creativeWork
-
musicRecording
-
review
-
software
-
recipe
-
organization
-
contentType
-
extraSnippets
-
build
- Overrides:
buildin classResult.Builder
-