Package ai.reveng.model
Class FunctionMatchingResponse
java.lang.Object
ai.reveng.model.FunctionMatchingResponse
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FunctionMatchingResponse
extends Object
FunctionMatchingResponse
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddMatchesItem(FunctionMatch matchesItem) currentPage(Integer currentPage) booleanerrorMessage(String errorMessage) static FunctionMatchingResponseCreate an instance of FunctionMatchingResponse given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get currentPageGet errorMessageGet matchesGet numDebugMatchesGet numMatchesProgress of the matching operation, represented as a percentageGet statusGet totalPagesGet totalTimeGet updatedAtinthashCode()matches(List<FunctionMatch> matches) numDebugMatches(Integer numDebugMatches) numMatches(Integer numMatches) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetCurrentPage(Integer currentPage) voidsetErrorMessage(String errorMessage) voidsetMatches(List<FunctionMatch> matches) voidsetNumDebugMatches(Integer numDebugMatches) voidsetNumMatches(Integer numMatches) voidsetProgress(Integer progress) voidvoidsetTotalPages(Integer totalPages) voidsetTotalTime(Integer totalTime) voidsetUpdatedAt(String updatedAt) toJson()Convert an instance of FunctionMatchingResponse to an JSON stringtoString()totalPages(Integer totalPages) static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_PROGRESS
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_TOTAL_TIME
- See Also:
-
SERIALIZED_NAME_ERROR_MESSAGE
- See Also:
-
SERIALIZED_NAME_CURRENT_PAGE
- See Also:
-
SERIALIZED_NAME_TOTAL_PAGES
- See Also:
-
SERIALIZED_NAME_MATCHES
- See Also:
-
SERIALIZED_NAME_NUM_MATCHES
- See Also:
-
SERIALIZED_NAME_NUM_DEBUG_MATCHES
- See Also:
-
SERIALIZED_NAME_UPDATED_AT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
FunctionMatchingResponse
public FunctionMatchingResponse()
-
-
Method Details
-
progress
-
getProgress
Progress of the matching operation, represented as a percentage- Returns:
- progress
-
setProgress
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
totalTime
-
getTotalTime
Get totalTime- Returns:
- totalTime
-
setTotalTime
-
errorMessage
-
getErrorMessage
Get errorMessage- Returns:
- errorMessage
-
setErrorMessage
-
currentPage
-
getCurrentPage
Get currentPage- Returns:
- currentPage
-
setCurrentPage
-
totalPages
-
getTotalPages
Get totalPages- Returns:
- totalPages
-
setTotalPages
-
matches
-
addMatchesItem
-
getMatches
Get matches- Returns:
- matches
-
setMatches
-
numMatches
-
getNumMatches
Get numMatches- Returns:
- numMatches
-
setNumMatches
-
numDebugMatches
-
getNumDebugMatches
Get numDebugMatches- Returns:
- numDebugMatches
-
setNumDebugMatches
-
updatedAt
-
getUpdatedAt
Get updatedAt- Returns:
- updatedAt
-
setUpdatedAt
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the FunctionMatchingResponse instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
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 FunctionMatchingResponse
-
fromJson
Create an instance of FunctionMatchingResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FunctionMatchingResponse
- Throws:
IOException- if the JSON string is invalid with respect to FunctionMatchingResponse
-
toJson
Convert an instance of FunctionMatchingResponse to an JSON string- Returns:
- JSON string
-