Class V1SimilarResponse
-
- All Implemented Interfaces:
public final class V1SimilarResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1SimilarResponse.BuilderA builder for V1SimilarResponse.
public final classV1SimilarResponse.SimilarSource
-
Method Summary
Modifier and Type Method Description final Optional<Long>found()Number of similar sources found final Optional<String>hint()Usage guidance final Optional<String>jurisdiction()Jurisdiction filter applied final Optional<List<V1SimilarResponse.SimilarSource>>similarSources()final Optional<String>sourceUrl()Original source URL final JsonField<Long>_found()Returns the raw JSON value of found. final JsonField<String>_hint()Returns the raw JSON value of hint. final JsonField<String>_jurisdiction()Returns the raw JSON value of jurisdiction. final JsonField<List<V1SimilarResponse.SimilarSource>>_similarSources()Returns the raw JSON value of similarSources. final JsonField<String>_sourceUrl()Returns the raw JSON value of sourceUrl. final Map<String, JsonValue>_additionalProperties()final V1SimilarResponse.BuildertoBuilder()final V1SimilarResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V1SimilarResponse.Builderbuilder()Returns a mutable builder for constructing an instance of V1SimilarResponse. -
-
Method Detail
-
jurisdiction
final Optional<String> jurisdiction()
Jurisdiction filter applied
-
similarSources
final Optional<List<V1SimilarResponse.SimilarSource>> similarSources()
-
_found
final JsonField<Long> _found()
Returns the raw JSON value of found.
Unlike found, this method doesn't throw if the JSON field has an unexpected type.
-
_hint
final JsonField<String> _hint()
Returns the raw JSON value of hint.
Unlike hint, this method doesn't throw if the JSON field has an unexpected type.
-
_jurisdiction
final JsonField<String> _jurisdiction()
Returns the raw JSON value of jurisdiction.
Unlike jurisdiction, this method doesn't throw if the JSON field has an unexpected type.
-
_similarSources
final JsonField<List<V1SimilarResponse.SimilarSource>> _similarSources()
Returns the raw JSON value of similarSources.
Unlike similarSources, this method doesn't throw if the JSON field has an unexpected type.
-
_sourceUrl
final JsonField<String> _sourceUrl()
Returns the raw JSON value of sourceUrl.
Unlike sourceUrl, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1SimilarResponse.Builder toBuilder()
-
validate
final V1SimilarResponse validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static V1SimilarResponse.Builder builder()
Returns a mutable builder for constructing an instance of V1SimilarResponse.
-
-
-
-