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 stringSource code with placeholders replacedTask statusinthashCode()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_DECOMPILATION
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
DecompilationData
public DecompilationData()
-
-
Method Details
-
decompilation
-
getDecompilation
Source code with placeholders replaced- Returns:
- decompilation
-
setDecompilation
-
status
-
getStatus
Task status- Returns:
- status
-
setStatus
-
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
-