static Cvssv3.AttackComplexity |
Cvssv3.AttackComplexity.forNumber(int value) |
|
Cvssv3.AttackComplexity |
Cvssv3.Builder.getAttackComplexity() |
This metric describes the conditions beyond the attacker's control that
must exist in order to exploit the vulnerability.
|
Cvssv3.AttackComplexity |
Cvssv3.getAttackComplexity() |
This metric describes the conditions beyond the attacker's control that
must exist in order to exploit the vulnerability.
|
Cvssv3.AttackComplexity |
Cvssv3OrBuilder.getAttackComplexity() |
This metric describes the conditions beyond the attacker's control that
must exist in order to exploit the vulnerability.
|
static Cvssv3.AttackComplexity |
Cvssv3.AttackComplexity.valueOf(int value) |
Deprecated.
|
static Cvssv3.AttackComplexity |
Cvssv3.AttackComplexity.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static Cvssv3.AttackComplexity |
Cvssv3.AttackComplexity.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Cvssv3.AttackComplexity[] |
Cvssv3.AttackComplexity.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|