Package ai.reveng.model
Class CallEdgesOutputBody
java.lang.Object
ai.reveng.model.CallEdgesOutputBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class CallEdgesOutputBody
extends Object
CallEdgesOutputBody
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEdgesItem(FunctionCallEdges edgesItem) edges(List<FunctionCallEdges> edges) booleanstatic CallEdgesOutputBodyCreate an instance of CallEdgesOutputBody given an JSON stringgetEdges()Get edgesinthashCode()voidsetEdges(List<FunctionCallEdges> edges) toJson()Convert an instance of CallEdgesOutputBody 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_EDGES
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CallEdgesOutputBody
public CallEdgesOutputBody()
-
-
Method Details
-
edges
-
addEdgesItem
-
getEdges
Get edges- Returns:
- edges
-
setEdges
-
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 CallEdgesOutputBody
-
fromJson
Create an instance of CallEdgesOutputBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CallEdgesOutputBody
- Throws:
IOException- if the JSON string is invalid with respect to CallEdgesOutputBody
-
toJson
Convert an instance of CallEdgesOutputBody to an JSON string- Returns:
- JSON string
-