Package ai.reveng.model
Class ListAnalysesOutputBody
java.lang.Object
ai.reveng.model.ListAnalysesOutputBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ListAnalysesOutputBody
extends Object
ListAnalysesOutputBody
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddResultsItem(AnalysisRecordBody resultsItem) booleanstatic ListAnalysesOutputBodyCreate an instance of ListAnalysesOutputBody given an JSON stringOpaque cursor to fetch the next page; empty on the last pageNumber of results in this pageThe page of matching analysesinthashCode()nextPageToken(String nextPageToken) results(List<AnalysisRecordBody> results) voidsetNextPageToken(String nextPageToken) voidsetPageSize(Long pageSize) voidsetResults(List<AnalysisRecordBody> results) toJson()Convert an instance of ListAnalysesOutputBody to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_NEXT_PAGE_TOKEN
- See Also:
-
SERIALIZED_NAME_PAGE_SIZE
- See Also:
-
SERIALIZED_NAME_RESULTS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ListAnalysesOutputBody
public ListAnalysesOutputBody()
-
-
Method Details
-
nextPageToken
-
getNextPageToken
Opaque cursor to fetch the next page; empty on the last page- Returns:
- nextPageToken
-
setNextPageToken
-
pageSize
-
getPageSize
Number of results in this page- Returns:
- pageSize
-
setPageSize
-
results
-
addResultsItem
-
getResults
The page of matching analyses- Returns:
- results
-
setResults
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to ListAnalysesOutputBody
-
fromJson
Create an instance of ListAnalysesOutputBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ListAnalysesOutputBody
- Throws:
IOException- if the JSON string is invalid with respect to ListAnalysesOutputBody
-
toJson
Convert an instance of ListAnalysesOutputBody to an JSON string- Returns:
- JSON string
-