# Enum: com.pnfsoftware.jeb.client.jebio.SampleDetermination

Determination of a file maliciousness level.

## Constant: CLEAN
Description: The file is clean.

## Constant: MALWARE
Description: The file has malicious intents.

## Constant: SUSPICIOUS
Description: The file has suspicious intents.

## Constant: UNKNOWN
Description: Undetermined.

## Method: getLevel
- return type: `int`


## Method: getMessage
- return type: `java.lang.String`


## Static Method: fromLevel
- parameter: `level`, type: `int`
- return type: `com.pnfsoftware.jeb.client.jebio.SampleDetermination`


## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.client.jebio.SampleDetermination`


## Static Method: values
- return type: `com.pnfsoftware.jeb.client.jebio.SampleDetermination[]`


