Package ai.reveng.model
Class StartBatchMatchingInputBody
java.lang.Object
ai.reveng.model.StartBatchMatchingInputBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class StartBatchMatchingInputBody
extends Object
StartBatchMatchingInputBody
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBinaryIdsItem(Long binaryIdsItem) addDebugTypesItem(String debugTypesItem) debugTypes(List<String> debugTypes) booleanstatic StartBatchMatchingInputBodyCreate an instance of StartBatchMatchingInputBody given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Binary IDs to match the analysis against, one workflow per binary.Restrict matches to candidates with these debug source types.Similarity floor as a percentage.Max matches returned per source function.inthashCode()minSimilarity(Double minSimilarity) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.resultsPerFunction(Long resultsPerFunction) voidsetBinaryIds(List<Long> binaryIds) voidsetDebugTypes(List<String> debugTypes) voidsetMinSimilarity(Double minSimilarity) voidsetResultsPerFunction(Long resultsPerFunction) toJson()Convert an instance of StartBatchMatchingInputBody 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_BINARY_IDS
- See Also:
-
SERIALIZED_NAME_DEBUG_TYPES
- See Also:
-
SERIALIZED_NAME_MIN_SIMILARITY
- See Also:
-
SERIALIZED_NAME_RESULTS_PER_FUNCTION
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
StartBatchMatchingInputBody
public StartBatchMatchingInputBody()
-
-
Method Details
-
binaryIds
-
addBinaryIdsItem
-
getBinaryIds
Binary IDs to match the analysis against, one workflow per binary.- Returns:
- binaryIds
-
setBinaryIds
-
debugTypes
-
addDebugTypesItem
-
getDebugTypes
Restrict matches to candidates with these debug source types. Defaults to [\"SYSTEM\"].- Returns:
- debugTypes
-
setDebugTypes
-
minSimilarity
-
getMinSimilarity
Similarity floor as a percentage. Defaults to 90. minimum: 0 maximum: 100- Returns:
- minSimilarity
-
setMinSimilarity
-
resultsPerFunction
-
getResultsPerFunction
Max matches returned per source function. Defaults to 1. minimum: 1 maximum: 30- Returns:
- resultsPerFunction
-
setResultsPerFunction
-
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 StartBatchMatchingInputBody 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 StartBatchMatchingInputBody
-
fromJson
Create an instance of StartBatchMatchingInputBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of StartBatchMatchingInputBody
- Throws:
IOException- if the JSON string is invalid with respect to StartBatchMatchingInputBody
-
toJson
Convert an instance of StartBatchMatchingInputBody to an JSON string- Returns:
- JSON string
-