Interface NotificationFilterOuterClass.NotificationFilterOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
NotificationFilterOuterClass.NotificationFilter, NotificationFilterOuterClass.NotificationFilter.Builder
Enclosing class:
NotificationFilterOuterClass

public static interface NotificationFilterOuterClass.NotificationFilterOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getStoredIdLowerLimit

      long getStoredIdLowerLimit()
      uint64 StoredIdLowerLimit = 1;
    • getStoredIdUpperLimit

      long getStoredIdUpperLimit()
      uint64 StoredIdUpperLimit = 2;
    • getNotificationNameRegExp

      String getNotificationNameRegExp()
      string NotificationNameRegExp = 3;
    • getNotificationNameRegExpBytes

      com.google.protobuf.ByteString getNotificationNameRegExpBytes()
      string NotificationNameRegExp = 3;
    • getSenderNameRegExp

      String getSenderNameRegExp()
      string SenderNameRegExp = 4;
    • getSenderNameRegExpBytes

      com.google.protobuf.ByteString getSenderNameRegExpBytes()
      string SenderNameRegExp = 4;
    • getTimestampBefore

      String getTimestampBefore()
      string TimestampBefore = 5;
    • getTimestampBeforeBytes

      com.google.protobuf.ByteString getTimestampBeforeBytes()
      string TimestampBefore = 5;
    • getTimestampAfter

      String getTimestampAfter()
      string TimestampAfter = 6;
    • getTimestampAfterBytes

      com.google.protobuf.ByteString getTimestampAfterBytes()
      string TimestampAfter = 6;
    • getSeverityLowerLimit

      String getSeverityLowerLimit()
      string SeverityLowerLimit = 7;
    • getSeverityLowerLimitBytes

      com.google.protobuf.ByteString getSeverityLowerLimitBytes()
      string SeverityLowerLimit = 7;
    • getSeverityUpperLimit

      String getSeverityUpperLimit()
      string SeverityUpperLimit = 8;
    • getSeverityUpperLimitBytes

      com.google.protobuf.ByteString getSeverityUpperLimitBytes()
      string SeverityUpperLimit = 8;