public static interface VulnerabilityAssessmentNote.Assessment.JustificationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDetails()
public abstract String getDetails()Additional details on why this justification was chosen.
string details = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The details. |
getDetailsBytes()
public abstract ByteString getDetailsBytes()Additional details on why this justification was chosen.
string details = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for details. |
getJustificationType()
public abstract VulnerabilityAssessmentNote.Assessment.Justification.JustificationType getJustificationType()The justification type for this vulnerability.
.grafeas.v1.VulnerabilityAssessmentNote.Assessment.Justification.JustificationType justification_type = 1;
| Returns | |
|---|---|
| Type | Description |
VulnerabilityAssessmentNote.Assessment.Justification.JustificationType |
The justificationType. |
getJustificationTypeValue()
public abstract int getJustificationTypeValue()The justification type for this vulnerability.
.grafeas.v1.VulnerabilityAssessmentNote.Assessment.Justification.JustificationType justification_type = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for justificationType. |