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(Integer functionId) functionName(String functionName) 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()voidsetBinaryName(String binaryName) voidsetCreatedAt(OffsetDateTime createdAt) voidsetFunctionId(Integer 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
-
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
-