Class V1VerifyResponse.Summary
-
- All Implemented Interfaces:
public final class V1VerifyResponse.Summary
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1VerifyResponse.Summary.BuilderA builder for Summary.
-
Method Summary
Modifier and Type Method Description final Optional<Long>multipleMatches()Citations with multiple possible matches final Optional<Long>notFound()Citations not found in database final Optional<Long>total()Total citations found final Optional<Long>verified()Citations verified against real cases final JsonField<Long>_multipleMatches()Returns the raw JSON value of multipleMatches. final JsonField<Long>_notFound()Returns the raw JSON value of notFound. final JsonField<Long>_total()Returns the raw JSON value of total. final JsonField<Long>_verified()Returns the raw JSON value of verified. final Map<String, JsonValue>_additionalProperties()final V1VerifyResponse.Summary.BuildertoBuilder()final V1VerifyResponse.Summaryvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V1VerifyResponse.Summary.Builderbuilder()Returns a mutable builder for constructing an instance of Summary. -
-
Method Detail
-
multipleMatches
final Optional<Long> multipleMatches()
Citations with multiple possible matches
-
_multipleMatches
final JsonField<Long> _multipleMatches()
Returns the raw JSON value of multipleMatches.
Unlike multipleMatches, this method doesn't throw if the JSON field has an unexpected type.
-
_notFound
final JsonField<Long> _notFound()
Returns the raw JSON value of notFound.
Unlike notFound, this method doesn't throw if the JSON field has an unexpected type.
-
_total
final JsonField<Long> _total()
Returns the raw JSON value of total.
Unlike total, this method doesn't throw if the JSON field has an unexpected type.
-
_verified
final JsonField<Long> _verified()
Returns the raw JSON value of verified.
Unlike verified, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1VerifyResponse.Summary.Builder toBuilder()
-
validate
final V1VerifyResponse.Summary 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 V1VerifyResponse.Summary.Builder builder()
Returns a mutable builder for constructing an instance of Summary.
-
-
-
-