Interface AlarmJournalProto.JournalEventPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AlarmJournalProto.JournalEventPB
,AlarmJournalProto.JournalEventPB.Builder
- Enclosing class:
- AlarmJournalProto
public static interface AlarmJournalProto.JournalEventPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsEventData
(String key) map<string, .PropValuePB> eventData = 4;
string displayPath = 2;
com.google.protobuf.ByteString
string displayPath = 2;
Deprecated.int
map<string, .PropValuePB> eventData = 4;
map<string, .PropValuePB> eventData = 4;
getEventDataOrDefault
(String key, AlarmJournalProto.PropValuePB defaultValue) map<string, .PropValuePB> eventData = 4;
map<string, .PropValuePB> eventData = 4;
int
int32 eventFlags = 8;
int
int32 eventType = 6;
int
int32 priority = 5;
string source = 1;
com.google.protobuf.ByteString
string source = 1;
.JournalSystemTypePB systemType = 7;
int
.JournalSystemTypePB systemType = 7;
optional string targetJournal = 10;
com.google.protobuf.ByteString
optional string targetJournal = 10;
boolean
bool useUnfilteredData = 9;
getUuid()
string uuid = 3;
com.google.protobuf.ByteString
string uuid = 3;
boolean
optional string targetJournal = 10;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSource
String getSource()string source = 1;
- Returns:
- The source.
-
getSourceBytes
com.google.protobuf.ByteString getSourceBytes()string source = 1;
- Returns:
- The bytes for source.
-
getDisplayPath
String getDisplayPath()string displayPath = 2;
- Returns:
- The displayPath.
-
getDisplayPathBytes
com.google.protobuf.ByteString getDisplayPathBytes()string displayPath = 2;
- Returns:
- The bytes for displayPath.
-
getUuid
String getUuid()string uuid = 3;
- Returns:
- The uuid.
-
getUuidBytes
com.google.protobuf.ByteString getUuidBytes()string uuid = 3;
- Returns:
- The bytes for uuid.
-
getEventDataCount
int getEventDataCount()map<string, .PropValuePB> eventData = 4;
-
containsEventData
map<string, .PropValuePB> eventData = 4;
-
getEventData
Deprecated.UsegetEventDataMap()
instead. -
getEventDataMap
Map<String,AlarmJournalProto.PropValuePB> getEventDataMap()map<string, .PropValuePB> eventData = 4;
-
getEventDataOrDefault
AlarmJournalProto.PropValuePB getEventDataOrDefault(String key, AlarmJournalProto.PropValuePB defaultValue) map<string, .PropValuePB> eventData = 4;
-
getEventDataOrThrow
map<string, .PropValuePB> eventData = 4;
-
getPriority
int getPriority()int32 priority = 5;
- Returns:
- The priority.
-
getEventType
int getEventType()int32 eventType = 6;
- Returns:
- The eventType.
-
getSystemTypeValue
int getSystemTypeValue().JournalSystemTypePB systemType = 7;
- Returns:
- The enum numeric value on the wire for systemType.
-
getSystemType
AlarmJournalProto.JournalSystemTypePB getSystemType().JournalSystemTypePB systemType = 7;
- Returns:
- The systemType.
-
getEventFlags
int getEventFlags()int32 eventFlags = 8;
- Returns:
- The eventFlags.
-
getUseUnfilteredData
boolean getUseUnfilteredData()bool useUnfilteredData = 9;
- Returns:
- The useUnfilteredData.
-
hasTargetJournal
boolean hasTargetJournal()optional string targetJournal = 10;
- Returns:
- Whether the targetJournal field is set.
-
getTargetJournal
String getTargetJournal()optional string targetJournal = 10;
- Returns:
- The targetJournal.
-
getTargetJournalBytes
com.google.protobuf.ByteString getTargetJournalBytes()optional string targetJournal = 10;
- Returns:
- The bytes for targetJournal.
-