Package ai.reveng.model
Class NearestNeighbor
java.lang.Object
ai.reveng.model.NearestNeighbor
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class NearestNeighbor
extends Object
NearestNeighbor
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondistance(BigDecimal distance) booleanstatic NearestNeighborCreate an instance of NearestNeighbor given an JSON stringGet distanceGet nearestNeighborAnalysisIdGet nearestNeighborAnalysisNameGet nearestNeighborBinaryIdGet nearestNeighborDebugGet nearestNeighborFunctionNameGet nearestNeighborFunctionNameMangledGet nearestNeighborSha256HashinthashCode()nearestNeighborAnalysisId(Integer nearestNeighborAnalysisId) nearestNeighborAnalysisName(String nearestNeighborAnalysisName) nearestNeighborBinaryId(Integer nearestNeighborBinaryId) nearestNeighborDebug(Boolean nearestNeighborDebug) nearestNeighborFunctionName(String nearestNeighborFunctionName) nearestNeighborFunctionNameMangled(String nearestNeighborFunctionNameMangled) nearestNeighborSha256Hash(String nearestNeighborSha256Hash) voidsetDistance(BigDecimal distance) voidsetNearestNeighborAnalysisId(Integer nearestNeighborAnalysisId) voidsetNearestNeighborAnalysisName(String nearestNeighborAnalysisName) voidsetNearestNeighborBinaryId(Integer nearestNeighborBinaryId) voidsetNearestNeighborDebug(Boolean nearestNeighborDebug) voidsetNearestNeighborFunctionName(String nearestNeighborFunctionName) voidsetNearestNeighborFunctionNameMangled(String nearestNeighborFunctionNameMangled) voidsetNearestNeighborSha256Hash(String nearestNeighborSha256Hash) toJson()Convert an instance of NearestNeighbor 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_DISTANCE
- See Also:
-
SERIALIZED_NAME_NEAREST_NEIGHBOR_ANALYSIS_ID
- See Also:
-
SERIALIZED_NAME_NEAREST_NEIGHBOR_ANALYSIS_NAME
- See Also:
-
SERIALIZED_NAME_NEAREST_NEIGHBOR_FUNCTION_NAME
- See Also:
-
SERIALIZED_NAME_NEAREST_NEIGHBOR_FUNCTION_NAME_MANGLED
- See Also:
-
SERIALIZED_NAME_NEAREST_NEIGHBOR_BINARY_ID
- See Also:
-
SERIALIZED_NAME_NEAREST_NEIGHBOR_SHA256_HASH
- See Also:
-
SERIALIZED_NAME_NEAREST_NEIGHBOR_DEBUG
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
NearestNeighbor
public NearestNeighbor()
-
-
Method Details
-
distance
-
getDistance
Get distance- Returns:
- distance
-
setDistance
-
nearestNeighborAnalysisId
-
getNearestNeighborAnalysisId
Get nearestNeighborAnalysisId- Returns:
- nearestNeighborAnalysisId
-
setNearestNeighborAnalysisId
-
nearestNeighborAnalysisName
-
getNearestNeighborAnalysisName
Get nearestNeighborAnalysisName- Returns:
- nearestNeighborAnalysisName
-
setNearestNeighborAnalysisName
-
nearestNeighborFunctionName
-
getNearestNeighborFunctionName
Get nearestNeighborFunctionName- Returns:
- nearestNeighborFunctionName
-
setNearestNeighborFunctionName
-
nearestNeighborFunctionNameMangled
public NearestNeighbor nearestNeighborFunctionNameMangled(@Nullable String nearestNeighborFunctionNameMangled) -
getNearestNeighborFunctionNameMangled
Get nearestNeighborFunctionNameMangled- Returns:
- nearestNeighborFunctionNameMangled
-
setNearestNeighborFunctionNameMangled
public void setNearestNeighborFunctionNameMangled(@Nullable String nearestNeighborFunctionNameMangled) -
nearestNeighborBinaryId
-
getNearestNeighborBinaryId
Get nearestNeighborBinaryId- Returns:
- nearestNeighborBinaryId
-
setNearestNeighborBinaryId
-
nearestNeighborSha256Hash
-
getNearestNeighborSha256Hash
Get nearestNeighborSha256Hash- Returns:
- nearestNeighborSha256Hash
-
setNearestNeighborSha256Hash
-
nearestNeighborDebug
-
getNearestNeighborDebug
Get nearestNeighborDebug- Returns:
- nearestNeighborDebug
-
setNearestNeighborDebug
-
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 NearestNeighbor
-
fromJson
Create an instance of NearestNeighbor given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of NearestNeighbor
- Throws:
IOException- if the JSON string is invalid with respect to NearestNeighbor
-
toJson
Convert an instance of NearestNeighbor to an JSON string- Returns:
- JSON string
-