Interface SoarAlertMetadataOrBuilder (0.3.0)

public interface SoarAlertMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAlertId()

public abstract String getAlertId()

Alert ID in the source SIEM system.

string alert_id = 1;

Returns
Type Description
String

The alertId.

getAlertIdBytes()

public abstract ByteString getAlertIdBytes()

Alert ID in the source SIEM system.

string alert_id = 1;

Returns
Type Description
ByteString

The bytes for alertId.

getProduct()

public abstract String getProduct()

Name of the product the alert is coming from.

string product = 5;

Returns
Type Description
String

The product.

getProductBytes()

public abstract ByteString getProductBytes()

Name of the product the alert is coming from.

string product = 5;

Returns
Type Description
ByteString

The bytes for product.

getSourceRule()

public abstract String getSourceRule()

Name of the rule triggering the alert in the source SIEM.

string source_rule = 2;

Returns
Type Description
String

The sourceRule.

getSourceRuleBytes()

public abstract ByteString getSourceRuleBytes()

Name of the rule triggering the alert in the source SIEM.

string source_rule = 2;

Returns
Type Description
ByteString

The bytes for sourceRule.

getSourceSystem()

public abstract String getSourceSystem()

Name of the Source SIEM system.

string source_system = 4;

Returns
Type Description
String

The sourceSystem.

getSourceSystemBytes()

public abstract ByteString getSourceSystemBytes()

Name of the Source SIEM system.

string source_system = 4;

Returns
Type Description
ByteString

The bytes for sourceSystem.

getSourceSystemTicketId()

public abstract String getSourceSystemTicketId()

Ticket id for the alert in the source system.

string source_system_ticket_id = 6;

Returns
Type Description
String

The sourceSystemTicketId.

getSourceSystemTicketIdBytes()

public abstract ByteString getSourceSystemTicketIdBytes()

Ticket id for the alert in the source system.

string source_system_ticket_id = 6;

Returns
Type Description
ByteString

The bytes for sourceSystemTicketId.

getSourceSystemUri()

public abstract String getSourceSystemUri()

Url to the source SIEM system.

string source_system_uri = 7;

Returns
Type Description
String

The sourceSystemUri.

getSourceSystemUriBytes()

public abstract ByteString getSourceSystemUriBytes()

Url to the source SIEM system.

string source_system_uri = 7;

Returns
Type Description
ByteString

The bytes for sourceSystemUri.

getVendor()

public abstract String getVendor()

Name of the vendor.

string vendor = 3;

Returns
Type Description
String

The vendor.

getVendorBytes()

public abstract ByteString getVendorBytes()

Name of the vendor.

string vendor = 3;

Returns
Type Description
ByteString

The bytes for vendor.