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) Return the additional (undeclared) property.Return the additional (undeclared) property with the specified name.List of function ids and the function names they want to check confidence forFlag to match only to a debug functioninthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.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
-
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 FunctionNameConfidenceBody 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 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
-