Class V1ListCourtsResponse.Court
-
- All Implemented Interfaces:
public final class V1ListCourtsResponse.Court
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1ListCourtsResponse.Court.BuilderA builder for Court.
-
Method Summary
Modifier and Type Method Description final Optional<String>id()Court slug (use as the court parameter in legal. final Optional<String>fullName()final Optional<String>jurisdiction()final Optional<Long>pacerCourtId()final Optional<String>shortName()final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<String>_fullName()Returns the raw JSON value of fullName. final JsonField<String>_jurisdiction()Returns the raw JSON value of jurisdiction. final JsonField<Long>_pacerCourtId()Returns the raw JSON value of pacerCourtId. final JsonField<String>_shortName()Returns the raw JSON value of shortName. final Map<String, JsonValue>_additionalProperties()final V1ListCourtsResponse.Court.BuildertoBuilder()final V1ListCourtsResponse.Courtvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V1ListCourtsResponse.Court.Builderbuilder()Returns a mutable builder for constructing an instance of Court. -
-
Method Detail
-
jurisdiction
final Optional<String> jurisdiction()
-
pacerCourtId
final Optional<Long> pacerCourtId()
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_fullName
final JsonField<String> _fullName()
Returns the raw JSON value of fullName.
Unlike fullName, 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.
-
_pacerCourtId
final JsonField<Long> _pacerCourtId()
Returns the raw JSON value of pacerCourtId.
Unlike pacerCourtId, this method doesn't throw if the JSON field has an unexpected type.
-
_shortName
final JsonField<String> _shortName()
Returns the raw JSON value of shortName.
Unlike shortName, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1ListCourtsResponse.Court.Builder toBuilder()
-
validate
final V1ListCourtsResponse.Court 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 V1ListCourtsResponse.Court.Builder builder()
Returns a mutable builder for constructing an instance of Court.
-
-
-
-