Class V1SimilarResponse.Result.Builder
-
- All Implemented Interfaces:
public final class V1SimilarResponse.Result.BuilderA builder for Result.
-
-
Method Summary
-
-
Method Detail
-
domain
final V1SimilarResponse.Result.Builder domain(String domain)
-
domain
final V1SimilarResponse.Result.Builder domain(JsonField<String> domain)
Sets Builder.domain to an arbitrary JSON value.
You should usually call Builder.domain with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
publishedDate
final V1SimilarResponse.Result.Builder publishedDate(String publishedDate)
-
publishedDate
final V1SimilarResponse.Result.Builder publishedDate(JsonField<String> publishedDate)
Sets Builder.publishedDate to an arbitrary JSON value.
You should usually call Builder.publishedDate with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
similarityScore
final V1SimilarResponse.Result.Builder similarityScore(Double similarityScore)
-
similarityScore
final V1SimilarResponse.Result.Builder similarityScore(JsonField<Double> similarityScore)
Sets Builder.similarityScore to an arbitrary JSON value.
You should usually call Builder.similarityScore with a well-typed Double value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
snippet
final V1SimilarResponse.Result.Builder snippet(String snippet)
-
snippet
final V1SimilarResponse.Result.Builder snippet(JsonField<String> snippet)
Sets Builder.snippet to an arbitrary JSON value.
You should usually call Builder.snippet with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
text
final V1SimilarResponse.Result.Builder text(String text)
-
text
final V1SimilarResponse.Result.Builder text(JsonField<String> text)
Sets Builder.text to an arbitrary JSON value.
You should usually call Builder.text with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
title
final V1SimilarResponse.Result.Builder title(String title)
-
title
final V1SimilarResponse.Result.Builder title(JsonField<String> title)
Sets Builder.title to an arbitrary JSON value.
You should usually call Builder.title with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
url
final V1SimilarResponse.Result.Builder url(String url)
-
url
final V1SimilarResponse.Result.Builder url(JsonField<String> url)
Sets Builder.url to an arbitrary JSON value.
You should usually call Builder.url with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final V1SimilarResponse.Result.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final V1SimilarResponse.Result.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final V1SimilarResponse.Result.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final V1SimilarResponse.Result.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final V1SimilarResponse.Result.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final V1SimilarResponse.Result build()
Returns an immutable instance of Result.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-