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 stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get endLineGet startLineinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.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
-
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 DecompilationCommentContext 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 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
-