Package ai.reveng.model
Class DecompilationData
java.lang.Object
ai.reveng.model.DecompilationData
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class DecompilationData
extends Object
DecompilationData
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumTask status -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecompilation(String decompilation) booleanstatic DecompilationDataCreate an instance of DecompilationData given an JSON stringA URL to the JSON Schema for this object.Return the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Source code with placeholders replacedTask statusinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetDecompilation(String decompilation) voidstatus(DecompilationData.StatusEnum status) toJson()Convert an instance of DecompilationData 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_$_SCHEMA
- See Also:
-
SERIALIZED_NAME_DECOMPILATION
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
DecompilationData
public DecompilationData() -
DecompilationData
-
-
Method Details
-
get$Schema
A URL to the JSON Schema for this object.- Returns:
- $schema
-
decompilation
-
getDecompilation
Source code with placeholders replaced- Returns:
- decompilation
-
setDecompilation
-
status
-
getStatus
Task status- Returns:
- status
-
setStatus
-
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 DecompilationData 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 DecompilationData
-
fromJson
Create an instance of DecompilationData given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of DecompilationData
- Throws:
IOException- if the JSON string is invalid with respect to DecompilationData
-
toJson
Convert an instance of DecompilationData to an JSON string- Returns:
- JSON string
-