All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cx.restclient.dto.scansummary.Severity Maven / Gradle / Ivy

The newest version!
package com.cx.restclient.dto.scansummary;

public enum Severity {
    LOW,
    MEDIUM,
    HIGH,
    CRITICAL,
    NONE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy