Interface SystemEventDetailsOrBuilder (0.3.0)

public interface SystemEventDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMessageType()

public abstract String getMessageType()

The specific type or category of the message.

string message_type = 1;

Returns
Type Description
String

The messageType.

getMessageTypeBytes()

public abstract ByteString getMessageTypeBytes()

The specific type or category of the message.

string message_type = 1;

Returns
Type Description
ByteString

The bytes for messageType.

getSenderImageId()

public abstract String getSenderImageId()

An identifier for the image associated with the sender of the message.

string sender_image_id = 2;

Returns
Type Description
String

The senderImageId.

getSenderImageIdBytes()

public abstract ByteString getSenderImageIdBytes()

An identifier for the image associated with the sender of the message.

string sender_image_id = 2;

Returns
Type Description
ByteString

The bytes for senderImageId.

getSubsystem()

public abstract String getSubsystem()

The subsystem or component that generated the event.

string subsystem = 3;

Returns
Type Description
String

The subsystem.

getSubsystemBytes()

public abstract ByteString getSubsystemBytes()

The subsystem or component that generated the event.

string subsystem = 3;

Returns
Type Description
ByteString

The bytes for subsystem.