Package ai.reveng.model
Class FunctionBatchAnn
java.lang.Object
ai.reveng.model.FunctionBatchAnn
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FunctionBatchAnn
extends Object
FunctionBatchAnn
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic FunctionBatchAnnCreate an instance of FunctionBatchAnn given an JSON stringfunctionMatches(Object functionMatches) Get functionMatchesGet settingsGet successinthashCode()voidsetFunctionMatches(Object functionMatches) voidsetSettings(Object settings) voidsetSuccess(Object success) toJson()Convert an instance of FunctionBatchAnn 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_SUCCESS
- See Also:
-
SERIALIZED_NAME_SETTINGS
- See Also:
-
SERIALIZED_NAME_FUNCTION_MATCHES
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
FunctionBatchAnn
public FunctionBatchAnn()
-
-
Method Details
-
success
-
getSuccess
Get success- Returns:
- success
-
setSuccess
-
settings
-
getSettings
Get settings- Returns:
- settings
-
setSettings
-
functionMatches
-
getFunctionMatches
Get functionMatches- Returns:
- functionMatches
-
setFunctionMatches
-
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 FunctionBatchAnn
-
fromJson
Create an instance of FunctionBatchAnn given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FunctionBatchAnn
- Throws:
IOException- if the JSON string is invalid with respect to FunctionBatchAnn
-
toJson
Convert an instance of FunctionBatchAnn to an JSON string- Returns:
- JSON string
-