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 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

      List<String> getPayloadList()
      repeated string Payload = 7;
    • getPayloadCount

      int getPayloadCount()
      repeated string Payload = 7;
    • getPayload

      String getPayload(int index)
      repeated string Payload = 7;
    • getPayloadBytes

      com.google.protobuf.ByteString getPayloadBytes(int index)
      repeated string Payload = 7;
    • getPayloadXmlList

      List<String> getPayloadXmlList()
      repeated string PayloadXml = 8;
    • getPayloadXmlCount

      int getPayloadXmlCount()
      repeated string PayloadXml = 8;
    • getPayloadXml

      String getPayloadXml(int index)
      repeated string PayloadXml = 8;
    • getPayloadXmlBytes

      com.google.protobuf.ByteString getPayloadXmlBytes(int index)
      repeated string PayloadXml = 8;