Package ai.reveng.model
Class AutoUnstripRequest
java.lang.Object
ai.reveng.model.AutoUnstripRequest
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class AutoUnstripRequest
extends Object
AutoUnstripRequest
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.confidenceThreshold(BigDecimal confidenceThreshold) Deprecated.booleanstatic AutoUnstripRequestCreate an instance of AutoUnstripRequest given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.getApply()Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Whether to use canonical function names during matching for auto-unstrip, default is FalseinthashCode()minGroupSize(Integer minGroupSize) Deprecated.minSimilarity(BigDecimal minSimilarity) Deprecated.Deprecated.putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidDeprecated.voidsetConfidenceThreshold(BigDecimal confidenceThreshold) Deprecated.voidsetMinGroupSize(Integer minGroupSize) Deprecated.voidsetMinSimilarity(BigDecimal minSimilarity) Deprecated.voidsetNoCache(Boolean noCache) Deprecated.voidsetStatusOnly(Boolean statusOnly) Deprecated.voidsetUseCanonicalNames(Boolean useCanonicalNames) statusOnly(Boolean statusOnly) Deprecated.toJson()Convert an instance of AutoUnstripRequest to an JSON stringtoString()useCanonicalNames(Boolean useCanonicalNames) static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_MIN_SIMILARITY
- See Also:
-
SERIALIZED_NAME_APPLY
- See Also:
-
SERIALIZED_NAME_CONFIDENCE_THRESHOLD
- See Also:
-
SERIALIZED_NAME_MIN_GROUP_SIZE
- See Also:
-
SERIALIZED_NAME_STATUS_ONLY
- See Also:
-
SERIALIZED_NAME_NO_CACHE
- See Also:
-
SERIALIZED_NAME_USE_CANONICAL_NAMES
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
AutoUnstripRequest
public AutoUnstripRequest()
-
-
Method Details
-
minSimilarity
Deprecated. -
getMinSimilarity
Deprecated.Minimum similarity expected for a match as a percentage, default is 90 minimum: 0 maximum: 100- Returns:
- minSimilarity
-
setMinSimilarity
Deprecated. -
apply
Deprecated. -
getApply
Deprecated.Whether to apply the matched function names to the target binary, default is False- Returns:
- apply
-
setApply
Deprecated. -
confidenceThreshold
Deprecated. -
getConfidenceThreshold
Deprecated.Confidence threshold for applying function names as a percentage, default is 90 minimum: 0 maximum: 100- Returns:
- confidenceThreshold
-
setConfidenceThreshold
Deprecated. -
minGroupSize
Deprecated. -
getMinGroupSize
Deprecated.Minimum number of matching functions required to consider for a match, default is 10 minimum: 1 maximum: 20- Returns:
- minGroupSize
-
setMinGroupSize
Deprecated. -
statusOnly
Deprecated. -
getStatusOnly
Deprecated.If set to true, only returns the status of the auto-unstrip operation without the actual results- Returns:
- statusOnly
-
setStatusOnly
Deprecated. -
noCache
Deprecated. -
getNoCache
Deprecated.If set to true, forces the system to bypass any cached results and perform a fresh computation- Returns:
- noCache
-
setNoCache
Deprecated. -
useCanonicalNames
-
getUseCanonicalNames
Whether to use canonical function names during matching for auto-unstrip, default is False- Returns:
- useCanonicalNames
-
setUseCanonicalNames
-
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 AutoUnstripRequest 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 AutoUnstripRequest
-
fromJson
Create an instance of AutoUnstripRequest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of AutoUnstripRequest
- Throws:
IOException- if the JSON string is invalid with respect to AutoUnstripRequest
-
toJson
Convert an instance of AutoUnstripRequest to an JSON string- Returns:
- JSON string
-