Package ai.reveng.model
Class FunctionNameConfidenceBody
java.lang.Object
ai.reveng.model.FunctionNameConfidenceBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FunctionNameConfidenceBody
extends Object
FunctionNameConfidenceBody
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFunctionsItem(FunctionNameInput functionsItem) booleanstatic FunctionNameConfidenceBodyCreate an instance of FunctionNameConfidenceBody given an JSON stringfunctions(List<FunctionNameInput> functions) List of function ids and the function names they want to check confidence forFlag to match only to a debug functioninthashCode()voidsetFunctions(List<FunctionNameInput> functions) voidsetIsDebug(Boolean isDebug) toJson()Convert an instance of FunctionNameConfidenceBody 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_FUNCTIONS
- See Also:
-
SERIALIZED_NAME_IS_DEBUG
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
FunctionNameConfidenceBody
public FunctionNameConfidenceBody()
-
-
Method Details
-
functions
-
addFunctionsItem
-
getFunctions
List of function ids and the function names they want to check confidence for- Returns:
- functions
-
setFunctions
-
isDebug
-
getIsDebug
Flag to match only to a debug function- Returns:
- isDebug
-
setIsDebug
-
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 FunctionNameConfidenceBody
-
fromJson
Create an instance of FunctionNameConfidenceBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FunctionNameConfidenceBody
- Throws:
IOException- if the JSON string is invalid with respect to FunctionNameConfidenceBody
-
toJson
Convert an instance of FunctionNameConfidenceBody to an JSON string- Returns:
- JSON string
-