Class V1PatentSearchResponse
-
- All Implemented Interfaces:
public final class V1PatentSearchResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1PatentSearchResponse.BuilderA builder for V1PatentSearchResponse.
public final classV1PatentSearchResponse.Result
-
Method Summary
Modifier and Type Method Description final Optional<Long>limit()Number of results returned final Optional<Long>offset()Current pagination offset final Optional<String>query()Original search query final Optional<List<V1PatentSearchResponse.Result>>results()Array of matching patent applications final Optional<Long>totalResults()Total number of matching patent applications final JsonField<Long>_limit()Returns the raw JSON value of limit. final JsonField<Long>_offset()Returns the raw JSON value of offset. final JsonField<String>_query()Returns the raw JSON value of query. final JsonField<List<V1PatentSearchResponse.Result>>_results()Returns the raw JSON value of results. final JsonField<Long>_totalResults()Returns the raw JSON value of totalResults. final Map<String, JsonValue>_additionalProperties()final V1PatentSearchResponse.BuildertoBuilder()final V1PatentSearchResponsevalidate()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.Builderbuilder()Returns a mutable builder for constructing an instance of V1PatentSearchResponse. -
-
Method Detail
-
results
final Optional<List<V1PatentSearchResponse.Result>> results()
Array of matching patent applications
-
totalResults
final Optional<Long> totalResults()
Total number of matching patent applications
-
_limit
final JsonField<Long> _limit()
Returns the raw JSON value of limit.
Unlike limit, this method doesn't throw if the JSON field has an unexpected type.
-
_offset
final JsonField<Long> _offset()
Returns the raw JSON value of offset.
Unlike offset, this method doesn't throw if the JSON field has an unexpected type.
-
_query
final JsonField<String> _query()
Returns the raw JSON value of query.
Unlike query, this method doesn't throw if the JSON field has an unexpected type.
-
_results
final JsonField<List<V1PatentSearchResponse.Result>> _results()
Returns the raw JSON value of results.
Unlike results, this method doesn't throw if the JSON field has an unexpected type.
-
_totalResults
final JsonField<Long> _totalResults()
Returns the raw JSON value of totalResults.
Unlike totalResults, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1PatentSearchResponse.Builder toBuilder()
-
validate
final V1PatentSearchResponse 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.Builder builder()
Returns a mutable builder for constructing an instance of V1PatentSearchResponse.
-
-
-
-