Package ai.reveng.model
Class AppApiRestV2FunctionsTypesFunction
java.lang.Object
ai.reveng.model.AppApiRestV2FunctionsTypesFunction
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class AppApiRestV2FunctionsTypesFunction
extends Object
AppApiRestV2FunctionsTypesFunction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEmbedding1dItem(BigDecimal embedding1dItem) addEmbedding3dItem(BigDecimal embedding3dItem) embedding1d(List<BigDecimal> embedding1d) embedding3d(List<BigDecimal> embedding3d) booleanCreate an instance of AppApiRestV2FunctionsTypesFunction given an JSON stringfunctionId(Integer functionId) functionName(String functionName) functionSize(Integer functionSize) functionVaddr(Integer functionVaddr) getDebug()Whether the function is debugGet embedding1dGet embedding3dFunction idFunction nameFunction sizeFunction virtual addressinthashCode()voidvoidsetEmbedding1d(List<BigDecimal> embedding1d) voidsetEmbedding3d(List<BigDecimal> embedding3d) voidsetFunctionId(Integer functionId) voidsetFunctionName(String functionName) voidsetFunctionSize(Integer functionSize) voidsetFunctionVaddr(Integer functionVaddr) toJson()Convert an instance of AppApiRestV2FunctionsTypesFunction 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_FUNCTION_NAME
- See Also:
-
SERIALIZED_NAME_FUNCTION_VADDR
- See Also:
-
SERIALIZED_NAME_FUNCTION_SIZE
- See Also:
-
SERIALIZED_NAME_DEBUG
- See Also:
-
SERIALIZED_NAME_EMBEDDING3D
- See Also:
-
SERIALIZED_NAME_EMBEDDING1D
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
AppApiRestV2FunctionsTypesFunction
public AppApiRestV2FunctionsTypesFunction()
-
-
Method Details
-
functionId
-
getFunctionId
Function id- Returns:
- functionId
-
setFunctionId
-
functionName
-
getFunctionName
Function name- Returns:
- functionName
-
setFunctionName
-
functionVaddr
-
getFunctionVaddr
Function virtual address- Returns:
- functionVaddr
-
setFunctionVaddr
-
functionSize
-
getFunctionSize
Function size- Returns:
- functionSize
-
setFunctionSize
-
debug
-
getDebug
Whether the function is debug- Returns:
- debug
-
setDebug
-
embedding3d
-
addEmbedding3dItem
-
getEmbedding3d
Get embedding3d- Returns:
- embedding3d
-
setEmbedding3d
-
embedding1d
-
addEmbedding1dItem
-
getEmbedding1d
Get embedding1d- Returns:
- embedding1d
-
setEmbedding1d
-
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 AppApiRestV2FunctionsTypesFunction
-
fromJson
Create an instance of AppApiRestV2FunctionsTypesFunction given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of AppApiRestV2FunctionsTypesFunction
- Throws:
IOException- if the JSON string is invalid with respect to AppApiRestV2FunctionsTypesFunction
-
toJson
Convert an instance of AppApiRestV2FunctionsTypesFunction to an JSON string- Returns:
- JSON string
-