Enum CVSSv3.Impact (2.17.0)

public enum CVSSv3.Impact extends Enum<CVSSv3.Impact> implements ProtocolMessageEnum

Protobuf enum grafeas.v1.CVSSv3.Impact

Implements

ProtocolMessageEnum

Static Fields

NameDescription
IMPACT_HIGH

IMPACT_HIGH = 1;

IMPACT_HIGH_VALUE

IMPACT_HIGH = 1;

IMPACT_LOW

IMPACT_LOW = 2;

IMPACT_LOW_VALUE

IMPACT_LOW = 2;

IMPACT_NONE

IMPACT_NONE = 3;

IMPACT_NONE_VALUE

IMPACT_NONE = 3;

IMPACT_UNSPECIFIED

IMPACT_UNSPECIFIED = 0;

IMPACT_UNSPECIFIED_VALUE

IMPACT_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()