Interface NotificationOuterClass.NotificationOrBuilder

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

public static interface NotificationOuterClass.NotificationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getId

      long getId()
      uint64 Id = 1;
    • getNotificationNameId

      int getNotificationNameId()
      uint32 NotificationNameId = 2;
    • hasTimestamp

      boolean hasTimestamp()
      .Arp.Grpc.DateTime Timestamp = 3;
    • getTimestamp

      .Arp.Grpc.DateTime Timestamp = 3;
    • getTimestampOrBuilder

      DateTimeOuterClass.DateTimeOrBuilder getTimestampOrBuilder()
      .Arp.Grpc.DateTime Timestamp = 3;
    • getSeverityValue

      int getSeverityValue()
      .Arp.System.Nm.Services.Grpc.Severity Severity = 4;
    • getSeverity

      .Arp.System.Nm.Services.Grpc.Severity Severity = 4;
    • getPayloadTypeId

      int getPayloadTypeId()
      int32 PayloadTypeId = 5;
    • getPayloadList

      List<ArpTypes.ObjectType> getPayloadList()
      repeated .Arp.Type.Grpc.ObjectType Payload = 6;
    • getPayload

      ArpTypes.ObjectType getPayload(int index)
      repeated .Arp.Type.Grpc.ObjectType Payload = 6;
    • getPayloadCount

      int getPayloadCount()
      repeated .Arp.Type.Grpc.ObjectType Payload = 6;
    • getPayloadOrBuilderList

      List<? extends ArpTypes.ObjectTypeOrBuilder> getPayloadOrBuilderList()
      repeated .Arp.Type.Grpc.ObjectType Payload = 6;
    • getPayloadOrBuilder

      ArpTypes.ObjectTypeOrBuilder getPayloadOrBuilder(int index)
      repeated .Arp.Type.Grpc.ObjectType Payload = 6;