| Modifier and Type | Method and Description |
|---|---|
static CVSSv3.AttackComplexity |
CVSSv3.AttackComplexity.forNumber(int value) |
CVSSv3.AttackComplexity |
CVSSv3OrBuilder.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 |
CVSSv3.Builder.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(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CVSSv3.AttackComplexity |
CVSSv3.AttackComplexity.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<CVSSv3.AttackComplexity> |
CVSSv3.AttackComplexity.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
CVSSv3.Builder |
CVSSv3.Builder.setAttackComplexity(CVSSv3.AttackComplexity value)
This metric describes the conditions beyond the attacker's control that
must exist in order to exploit the vulnerability.
|
Copyright © 2024 Google LLC. All rights reserved.