Package ai.reveng.model
Class ApiCall
java.lang.Object
ai.reveng.model.ApiCall
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ApiCall
extends Object
ApiCall
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncalledFrom(String calledFrom) calledFromRva(String calledFromRva) booleanstatic ApiCallCreate an instance of ApiCall given an JSON stringfromModule(String fromModule) Get calledFromGet calledFromRvaGet fromModuleGet methodinthashCode()voidsetCalledFrom(String calledFrom) voidsetCalledFromRva(String calledFromRva) voidsetFromModule(String fromModule) voidtoJson()Convert an instance of ApiCall 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_CALLED_FROM
- See Also:
-
SERIALIZED_NAME_CALLED_FROM_RVA
- See Also:
-
SERIALIZED_NAME_FROM_MODULE
- See Also:
-
SERIALIZED_NAME_METHOD
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ApiCall
public ApiCall()
-
-
Method Details
-
calledFrom
-
getCalledFrom
Get calledFrom- Returns:
- calledFrom
-
setCalledFrom
-
calledFromRva
-
getCalledFromRva
Get calledFromRva- Returns:
- calledFromRva
-
setCalledFromRva
-
fromModule
-
getFromModule
Get fromModule- Returns:
- fromModule
-
setFromModule
-
method
-
getMethod
Get method- Returns:
- method
-
setMethod
-
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 ApiCall
-
fromJson
Create an instance of ApiCall given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ApiCall
- Throws:
IOException- if the JSON string is invalid with respect to ApiCall
-
toJson
Convert an instance of ApiCall to an JSON string- Returns:
- JSON string
-