Class V1PatentSearchResponse.Result
-
- All Implemented Interfaces:
public final class V1PatentSearchResponse.Result
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1PatentSearchResponse.Result.BuilderA builder for Result.
-
Method Summary
Modifier and Type Method Description final Optional<String>applicationNumber()Patent application serial number final Optional<String>applicationType()Application type (Utility, Design, Plant, etc. final Optional<List<String>>assignees()List of assignee/owner names final Optional<String>entityStatus()Entity status (e.g. final Optional<LocalDate>filingDate()Date the application was filed final Optional<LocalDate>grantDate()Date the patent was granted final Optional<List<String>>inventors()List of inventor names final Optional<String>patentNumber()Granted patent number (if granted) final Optional<String>status()Current application status (e.g. final Optional<String>title()Invention title final JsonField<String>_applicationNumber()Returns the raw JSON value of applicationNumber. final JsonField<String>_applicationType()Returns the raw JSON value of applicationType. final JsonField<List<String>>_assignees()Returns the raw JSON value of assignees. final JsonField<String>_entityStatus()Returns the raw JSON value of entityStatus. final JsonField<LocalDate>_filingDate()Returns the raw JSON value of filingDate. final JsonField<LocalDate>_grantDate()Returns the raw JSON value of grantDate. final JsonField<List<String>>_inventors()Returns the raw JSON value of inventors. final JsonField<String>_patentNumber()Returns the raw JSON value of patentNumber. final JsonField<String>_status()Returns the raw JSON value of status. final JsonField<String>_title()Returns the raw JSON value of title. final Map<String, JsonValue>_additionalProperties()final V1PatentSearchResponse.Result.BuildertoBuilder()final V1PatentSearchResponse.Resultvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V1PatentSearchResponse.Result.Builderbuilder()Returns a mutable builder for constructing an instance of Result. -
-
Method Detail
-
applicationNumber
final Optional<String> applicationNumber()
Patent application serial number
-
applicationType
final Optional<String> applicationType()
Application type (Utility, Design, Plant, etc.)
-
entityStatus
final Optional<String> entityStatus()
Entity status (e.g. "Small Entity", "Micro Entity")
-
filingDate
final Optional<LocalDate> filingDate()
Date the application was filed
-
patentNumber
final Optional<String> patentNumber()
Granted patent number (if granted)
-
_applicationNumber
final JsonField<String> _applicationNumber()
Returns the raw JSON value of applicationNumber.
Unlike applicationNumber, this method doesn't throw if the JSON field has an unexpected type.
-
_applicationType
final JsonField<String> _applicationType()
Returns the raw JSON value of applicationType.
Unlike applicationType, this method doesn't throw if the JSON field has an unexpected type.
-
_assignees
final JsonField<List<String>> _assignees()
Returns the raw JSON value of assignees.
Unlike assignees, this method doesn't throw if the JSON field has an unexpected type.
-
_entityStatus
final JsonField<String> _entityStatus()
Returns the raw JSON value of entityStatus.
Unlike entityStatus, this method doesn't throw if the JSON field has an unexpected type.
-
_filingDate
final JsonField<LocalDate> _filingDate()
Returns the raw JSON value of filingDate.
Unlike filingDate, this method doesn't throw if the JSON field has an unexpected type.
-
_grantDate
final JsonField<LocalDate> _grantDate()
Returns the raw JSON value of grantDate.
Unlike grantDate, this method doesn't throw if the JSON field has an unexpected type.
-
_inventors
final JsonField<List<String>> _inventors()
Returns the raw JSON value of inventors.
Unlike inventors, this method doesn't throw if the JSON field has an unexpected type.
-
_patentNumber
final JsonField<String> _patentNumber()
Returns the raw JSON value of patentNumber.
Unlike patentNumber, this method doesn't throw if the JSON field has an unexpected type.
-
_status
final JsonField<String> _status()
Returns the raw JSON value of status.
Unlike status, 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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1PatentSearchResponse.Result.Builder toBuilder()
-
validate
final V1PatentSearchResponse.Result 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 V1PatentSearchResponse.Result.Builder builder()
Returns a mutable builder for constructing an instance of Result.
-
-
-
-