Package ai.reveng.model
Class DieMatch
java.lang.Object
ai.reveng.model.DieMatch
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class DieMatch
extends Object
DieMatch
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic DieMatchCreate an instance of DieMatch given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Human-readable description from DIE's 'string' field; suitable for UI/logs, not for parsing.getName()Canonical name of the matched signature/technology (e.g., 'UPX', 'GCC', 'MSVC').getType()Category assigned by DIE for the match (e.g., 'compiler', 'packer', 'file').Extracted version string when available; may be empty/None if unknown.inthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetDisplay(String display) voidvoidvoidsetVersion(String version) toJson()Convert an instance of DieMatch 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_NAME
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_DISPLAY
- See Also:
-
SERIALIZED_NAME_VERSION
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
DieMatch
public DieMatch()
-
-
Method Details
-
name
-
getName
Canonical name of the matched signature/technology (e.g., 'UPX', 'GCC', 'MSVC').- Returns:
- name
-
setName
-
type
-
getType
Category assigned by DIE for the match (e.g., 'compiler', 'packer', 'file').- Returns:
- type
-
setType
-
display
-
getDisplay
Human-readable description from DIE's 'string' field; suitable for UI/logs, not for parsing.- Returns:
- display
-
setDisplay
-
version
-
getVersion
Extracted version string when available; may be empty/None if unknown.- Returns:
- version
-
setVersion
-
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 DieMatch 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 DieMatch
-
fromJson
Create an instance of DieMatch given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of DieMatch
- Throws:
IOException- if the JSON string is invalid with respect to DieMatch
-
toJson
Convert an instance of DieMatch to an JSON string- Returns:
- JSON string
-