Enum Class AlertDetermination
- All Implemented Interfaces:
Serializable,Comparable<AlertDetermination>,Constable
The Enum Alert Determination.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionaptcompromised Accountconfirmed Activityline Of Business Applicationmalicious User Activitymalwaremulti Staged Attacknot Enough Data To Validatenot Maliciousotherphishingsecurity Personnelsecurity TestingFor AlertDetermination values that were not expected from the serviceunknownunknown Future Valueunwanted Software -
Method Summary
Modifier and TypeMethodDescriptionstatic AlertDeterminationReturns the enum constant of this class with the specified name.static AlertDetermination[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
unknown -
APT
apt -
MALWARE
malware -
SECURITY_PERSONNEL
security Personnel -
SECURITY_TESTING
security Testing -
UNWANTED_SOFTWARE
unwanted Software -
OTHER
other -
MULTI_STAGED_ATTACK
multi Staged Attack -
COMPROMISED_ACCOUNT
compromised Account -
PHISHING
phishing -
MALICIOUS_USER_ACTIVITY
malicious User Activity -
NOT_MALICIOUS
not Malicious -
NOT_ENOUGH_DATA_TO_VALIDATE
not Enough Data To Validate -
CONFIRMED_ACTIVITY
confirmed Activity -
LINE_OF_BUSINESS_APPLICATION
line Of Business Application -
UNKNOWN_FUTURE_VALUE
unknown Future Value -
UNEXPECTED_VALUE
For AlertDetermination values that were not expected from the service
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-