Interface INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequestOrBuilder

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

public static interface INotificationManagerServiceOuterClass.INotificationManagerServiceSendNotificationRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getNotificationNameId

      int getNotificationNameId()
      uint32 notificationNameId = 1;
    • hasTimestamp

      boolean hasTimestamp()
      .Arp.Grpc.DateTime timestamp = 2;
    • getTimestamp

      .Arp.Grpc.DateTime timestamp = 2;
    • getTimestampOrBuilder

      DateTimeOuterClass.DateTimeOrBuilder getTimestampOrBuilder()
      .Arp.Grpc.DateTime timestamp = 2;
    • getPayloadList

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

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

      int getPayloadCount()
      repeated .Arp.Type.Grpc.ObjectType payload = 3;
    • getPayloadOrBuilderList

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

      ArpTypes.ObjectTypeOrBuilder getPayloadOrBuilder(int index)
      repeated .Arp.Type.Grpc.ObjectType payload = 3;