Package ai.reveng.model
Class DecompilationCommentContext
java.lang.Object
ai.reveng.model.DecompilationCommentContext
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class DecompilationCommentContext
extends Object
DecompilationCommentContext
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic DecompilationCommentContextCreate an instance of DecompilationCommentContext given an JSON stringGet endLineGet startLineinthashCode()voidsetEndLine(Integer endLine) voidsetStartLine(Integer startLine) toJson()Convert an instance of DecompilationCommentContext 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_START_LINE
- See Also:
-
SERIALIZED_NAME_END_LINE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
DecompilationCommentContext
public DecompilationCommentContext()
-
-
Method Details
-
startLine
-
getStartLine
Get startLine- Returns:
- startLine
-
setStartLine
-
endLine
-
getEndLine
Get endLine- Returns:
- endLine
-
setEndLine
-
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 DecompilationCommentContext
-
fromJson
Create an instance of DecompilationCommentContext given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of DecompilationCommentContext
- Throws:
IOException- if the JSON string is invalid with respect to DecompilationCommentContext
-
toJson
Convert an instance of DecompilationCommentContext to an JSON string- Returns:
- JSON string
-