Package ai.reveng.model
Class IndirectCallSitesOutputBody
java.lang.Object
ai.reveng.model.IndirectCallSitesOutputBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class IndirectCallSitesOutputBody
extends Object
IndirectCallSitesOutputBody
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSitesItem(IndirectCallSite sitesItem) booleanstatic IndirectCallSitesOutputBodyCreate an instance of IndirectCallSitesOutputBody given an JSON stringfunctionId(Long functionId) Get functionIdgetSites()Get sitesinthashCode()voidsetFunctionId(Long functionId) voidsetSites(List<IndirectCallSite> sites) sites(List<IndirectCallSite> sites) toJson()Convert an instance of IndirectCallSitesOutputBody 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_FUNCTION_ID
- See Also:
-
SERIALIZED_NAME_SITES
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
IndirectCallSitesOutputBody
public IndirectCallSitesOutputBody()
-
-
Method Details
-
functionId
-
getFunctionId
Get functionId- Returns:
- functionId
-
setFunctionId
-
sites
-
addSitesItem
-
getSites
Get sites- Returns:
- sites
-
setSites
-
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 IndirectCallSitesOutputBody
-
fromJson
Create an instance of IndirectCallSitesOutputBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of IndirectCallSitesOutputBody
- Throws:
IOException- if the JSON string is invalid with respect to IndirectCallSitesOutputBody
-
toJson
Convert an instance of IndirectCallSitesOutputBody to an JSON string- Returns:
- JSON string
-