Package dev.case.api.models.legal.v1
Class V1VerifyResponse.Citation.Span
-
- All Implemented Interfaces:
public final class V1VerifyResponse.Citation.Span
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1VerifyResponse.Citation.Span.BuilderA builder for Span.
-
Method Summary
Modifier and Type Method Description final Optional<Long>end()final Optional<Long>start()final JsonField<Long>_end()Returns the raw JSON value of end. final JsonField<Long>_start()Returns the raw JSON value of start. final Map<String, JsonValue>_additionalProperties()final V1VerifyResponse.Citation.Span.BuildertoBuilder()final V1VerifyResponse.Citation.Spanvalidate()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.Citation.Span.Builderbuilder()Returns a mutable builder for constructing an instance of Span. -
-
Method Detail
-
_end
final JsonField<Long> _end()
Returns the raw JSON value of end.
Unlike end, this method doesn't throw if the JSON field has an unexpected type.
-
_start
final JsonField<Long> _start()
Returns the raw JSON value of start.
Unlike start, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1VerifyResponse.Citation.Span.Builder toBuilder()
-
validate
final V1VerifyResponse.Citation.Span 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.Citation.Span.Builder builder()
Returns a mutable builder for constructing an instance of Span.
-
-
-
-