Package dev.case.api.models.legal.v1
Class V1SimilarResponse.SimilarSource
-
- All Implemented Interfaces:
public final class V1SimilarResponse.SimilarSource
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1SimilarResponse.SimilarSource.BuilderA builder for SimilarSource.
-
Method Summary
Modifier and Type Method Description final Optional<String>publishedDate()Publication date final Optional<String>snippet()Text excerpt from the document final Optional<String>source()Domain of the source final Optional<String>title()Title of the document final Optional<String>url()URL of the similar source final JsonField<String>_publishedDate()Returns the raw JSON value of publishedDate. final JsonField<String>_snippet()Returns the raw JSON value of snippet. final JsonField<String>_source()Returns the raw JSON value of source. final JsonField<String>_title()Returns the raw JSON value of title. final JsonField<String>_url()Returns the raw JSON value of url. final Map<String, JsonValue>_additionalProperties()final V1SimilarResponse.SimilarSource.BuildertoBuilder()final V1SimilarResponse.SimilarSourcevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V1SimilarResponse.SimilarSource.Builderbuilder()Returns a mutable builder for constructing an instance of SimilarSource. -
-
Method Detail
-
publishedDate
final Optional<String> publishedDate()
Publication date
-
_publishedDate
final JsonField<String> _publishedDate()
Returns the raw JSON value of publishedDate.
Unlike publishedDate, this method doesn't throw if the JSON field has an unexpected type.
-
_snippet
final JsonField<String> _snippet()
Returns the raw JSON value of snippet.
Unlike snippet, this method doesn't throw if the JSON field has an unexpected type.
-
_source
final JsonField<String> _source()
Returns the raw JSON value of source.
Unlike source, this method doesn't throw if the JSON field has an unexpected type.
-
_title
final JsonField<String> _title()
Returns the raw JSON value of title.
Unlike title, this method doesn't throw if the JSON field has an unexpected type.
-
_url
final JsonField<String> _url()
Returns the raw JSON value of url.
Unlike url, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1SimilarResponse.SimilarSource.Builder toBuilder()
-
validate
final V1SimilarResponse.SimilarSource validate()
-
builder
final static V1SimilarResponse.SimilarSource.Builder builder()
Returns a mutable builder for constructing an instance of SimilarSource.
-
-
-
-