Interface StoredNotificationOuterClass.StoredNotificationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoredNotificationOuterClass.StoredNotification,StoredNotificationOuterClass.StoredNotification.Builder
- Enclosing class:
StoredNotificationOuterClass
public static interface StoredNotificationOuterClass.StoredNotificationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring Archive = 2;com.google.protobuf.ByteStringstring Archive = 2;longgetId()uint64 Id = 1;string NotificationName = 3;com.google.protobuf.ByteStringstring NotificationName = 3;getPayload(int index) repeated string Payload = 7;com.google.protobuf.ByteStringgetPayloadBytes(int index) repeated string Payload = 7;intrepeated string Payload = 7;repeated string Payload = 7;getPayloadXml(int index) repeated string PayloadXml = 8;com.google.protobuf.ByteStringgetPayloadXmlBytes(int index) repeated string PayloadXml = 8;intrepeated string PayloadXml = 8;repeated string PayloadXml = 8;string SenderName = 4;com.google.protobuf.ByteStringstring SenderName = 4;string Severity = 6;com.google.protobuf.ByteStringstring Severity = 6;string TimeStamp = 5;com.google.protobuf.ByteStringstring TimeStamp = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getId
long getId()uint64 Id = 1; -
getArchive
String getArchive()string Archive = 2; -
getArchiveBytes
com.google.protobuf.ByteString getArchiveBytes()string Archive = 2; -
getNotificationName
String getNotificationName()string NotificationName = 3; -
getNotificationNameBytes
com.google.protobuf.ByteString getNotificationNameBytes()string NotificationName = 3; -
getSenderName
String getSenderName()string SenderName = 4; -
getSenderNameBytes
com.google.protobuf.ByteString getSenderNameBytes()string SenderName = 4; -
getTimeStamp
String getTimeStamp()string TimeStamp = 5; -
getTimeStampBytes
com.google.protobuf.ByteString getTimeStampBytes()string TimeStamp = 5; -
getSeverity
String getSeverity()string Severity = 6; -
getSeverityBytes
com.google.protobuf.ByteString getSeverityBytes()string Severity = 6; -
getPayloadList
repeated string Payload = 7; -
getPayloadCount
int getPayloadCount()repeated string Payload = 7; -
getPayload
repeated string Payload = 7; -
getPayloadBytes
com.google.protobuf.ByteString getPayloadBytes(int index) repeated string Payload = 7; -
getPayloadXmlList
repeated string PayloadXml = 8; -
getPayloadXmlCount
int getPayloadXmlCount()repeated string PayloadXml = 8; -
getPayloadXml
repeated string PayloadXml = 8; -
getPayloadXmlBytes
com.google.protobuf.ByteString getPayloadXmlBytes(int index) repeated string PayloadXml = 8;
-