Interface InvestigationOrBuilder (0.3.0)

public interface InvestigationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getComments(int index)

public abstract String getComments(int index)

Comment added by the Analyst.

repeated string comments = 6;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The comments at the given index.

getCommentsBytes(int index)

public abstract ByteString getCommentsBytes(int index)

Comment added by the Analyst.

repeated string comments = 6;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the comments at the given index.

getCommentsCount()

public abstract int getCommentsCount()

Comment added by the Analyst.

repeated string comments = 6;

Returns
Type Description
int

The count of comments.

getCommentsList()

public abstract List<String> getCommentsList()

Comment added by the Analyst.

repeated string comments = 6;

Returns
Type Description
List<String>

A list containing the comments.

getId()

public abstract String getId()

Identifier for the investigation

optional string id = 11;

Returns
Type Description
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

Identifier for the investigation

optional string id = 11;

Returns
Type Description
ByteString

The bytes for id.

getPriority()

public abstract Priority getPriority()

Priority of the Alert or Finding set by analyst.

optional .google.backstory.Priority priority = 7;

Returns
Type Description
Priority

The priority.

getPriorityValue()

public abstract int getPriorityValue()

Priority of the Alert or Finding set by analyst.

optional .google.backstory.Priority priority = 7;

Returns
Type Description
int

The enum numeric value on the wire for priority.

getReason()

public abstract Reason getReason()

Reason for closing the Case or Alert.

optional .google.backstory.Reason reason = 9;

Returns
Type Description
Reason

The reason.

getReasonValue()

public abstract int getReasonValue()

Reason for closing the Case or Alert.

optional .google.backstory.Reason reason = 9;

Returns
Type Description
int

The enum numeric value on the wire for reason.

getReputation()

public abstract Reputation getReputation()

Describes whether a finding was useful or not-useful.

optional .google.backstory.Reputation reputation = 3;

Returns
Type Description
Reputation

The reputation.

getReputationValue()

public abstract int getReputationValue()

Describes whether a finding was useful or not-useful.

optional .google.backstory.Reputation reputation = 3;

Returns
Type Description
int

The enum numeric value on the wire for reputation.

getRiskScore()

public abstract int getRiskScore()

Risk score for a finding set by an analyst.

optional uint32 risk_score = 10;

Returns
Type Description
int

The riskScore.

getRootCause()

public abstract String getRootCause()

Root cause of the Alert or Finding set by analyst.

optional string root_cause = 8;

Returns
Type Description
String

The rootCause.

getRootCauseBytes()

public abstract ByteString getRootCauseBytes()

Root cause of the Alert or Finding set by analyst.

optional string root_cause = 8;

Returns
Type Description
ByteString

The bytes for rootCause.

getSeverityScore()

public abstract int getSeverityScore()

Severity score for a finding set by an analyst.

optional uint32 severity_score = 4;

Returns
Type Description
int

The severityScore.

getStatus()

public abstract Status getStatus()

Describes the workflow status of a finding.

optional .google.backstory.Status status = 5;

Returns
Type Description
Status

The status.

getStatusValue()

public abstract int getStatusValue()

Describes the workflow status of a finding.

optional .google.backstory.Status status = 5;

Returns
Type Description
int

The enum numeric value on the wire for status.

getVerdict()

public abstract Verdict getVerdict()

Describes reason a finding investigation was resolved.

optional .google.backstory.Verdict verdict = 2;

Returns
Type Description
Verdict

The verdict.

getVerdictValue()

public abstract int getVerdictValue()

Describes reason a finding investigation was resolved.

optional .google.backstory.Verdict verdict = 2;

Returns
Type Description
int

The enum numeric value on the wire for verdict.

hasId()

public abstract boolean hasId()

Identifier for the investigation

optional string id = 11;

Returns
Type Description
boolean

Whether the id field is set.

hasPriority()

public abstract boolean hasPriority()

Priority of the Alert or Finding set by analyst.

optional .google.backstory.Priority priority = 7;

Returns
Type Description
boolean

Whether the priority field is set.

hasReason()

public abstract boolean hasReason()

Reason for closing the Case or Alert.

optional .google.backstory.Reason reason = 9;

Returns
Type Description
boolean

Whether the reason field is set.

hasReputation()

public abstract boolean hasReputation()

Describes whether a finding was useful or not-useful.

optional .google.backstory.Reputation reputation = 3;

Returns
Type Description
boolean

Whether the reputation field is set.

hasRiskScore()

public abstract boolean hasRiskScore()

Risk score for a finding set by an analyst.

optional uint32 risk_score = 10;

Returns
Type Description
boolean

Whether the riskScore field is set.

hasRootCause()

public abstract boolean hasRootCause()

Root cause of the Alert or Finding set by analyst.

optional string root_cause = 8;

Returns
Type Description
boolean

Whether the rootCause field is set.

hasSeverityScore()

public abstract boolean hasSeverityScore()

Severity score for a finding set by an analyst.

optional uint32 severity_score = 4;

Returns
Type Description
boolean

Whether the severityScore field is set.

hasStatus()

public abstract boolean hasStatus()

Describes the workflow status of a finding.

optional .google.backstory.Status status = 5;

Returns
Type Description
boolean

Whether the status field is set.

hasVerdict()

public abstract boolean hasVerdict()

Describes reason a finding investigation was resolved.

optional .google.backstory.Verdict verdict = 2;

Returns
Type Description
boolean

Whether the verdict field is set.