Package ai.reveng.model
Class FunctionSearchResult
java.lang.Object
ai.reveng.model.FunctionSearchResult
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FunctionSearchResult
extends Object
FunctionSearchResult
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbinaryName(String binaryName) createdAt(OffsetDateTime createdAt) booleanstatic FunctionSearchResultCreate an instance of FunctionSearchResult given an JSON stringfunctionId(Long functionId) functionName(String functionName) Return the additional (undeclared) property.Return the additional (undeclared) property with the specified name.The name of the binary the function belongs toThe creation date of the functionThe function IDThe name of the functionThe model ID used to analyze the binary the function belongs toThe name of the model used to analyze the binary the function belongs toThe owner of the binary the function belongs tointhashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetBinaryName(String binaryName) voidsetCreatedAt(OffsetDateTime createdAt) voidsetFunctionId(Long functionId) voidsetFunctionName(String functionName) voidsetModelId(Integer modelId) voidsetModelName(String modelName) voidsetOwnedBy(String ownedBy) toJson()Convert an instance of FunctionSearchResult 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_BINARY_NAME
- See Also:
-
SERIALIZED_NAME_CREATED_AT
- See Also:
-
SERIALIZED_NAME_MODEL_ID
- See Also:
-
SERIALIZED_NAME_MODEL_NAME
- See Also:
-
SERIALIZED_NAME_OWNED_BY
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
FunctionSearchResult
public FunctionSearchResult()
-
-
Method Details
-
functionId
-
getFunctionId
The function ID- Returns:
- functionId
-
setFunctionId
-
functionName
-
getFunctionName
The name of the function- Returns:
- functionName
-
setFunctionName
-
binaryName
-
getBinaryName
The name of the binary the function belongs to- Returns:
- binaryName
-
setBinaryName
-
createdAt
-
getCreatedAt
The creation date of the function- Returns:
- createdAt
-
setCreatedAt
-
modelId
-
getModelId
The model ID used to analyze the binary the function belongs to- Returns:
- modelId
-
setModelId
-
modelName
-
getModelName
The name of the model used to analyze the binary the function belongs to- Returns:
- modelName
-
setModelName
-
ownedBy
-
getOwnedBy
The owner of the binary the function belongs to- Returns:
- ownedBy
-
setOwnedBy
-
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 FunctionSearchResult 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 FunctionSearchResult
-
fromJson
Create an instance of FunctionSearchResult given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FunctionSearchResult
- Throws:
IOException- if the JSON string is invalid with respect to FunctionSearchResult
-
toJson
Convert an instance of FunctionSearchResult to an JSON string- Returns:
- JSON string
-