Interface SendTestResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    SendTestResponse, SendTestResponse.Builder

    public interface SendTestResponseOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      FailNotification getFailed​(int index)
      repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];
      int getFailedCount()
      repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];
      java.util.List<FailNotification> getFailedList()
      repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];
      SentNotification getSent​(int index)
      repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];
      int getSentCount()
      repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];
      java.util.List<SentNotification> getSentList()
      repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getSentList

        java.util.List<SentNotification> getSentList()
        repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];
      • getSent

        SentNotification getSent​(int index)
        repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];
      • getSentCount

        int getSentCount()
        repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];
      • getFailedList

        java.util.List<FailNotification> getFailedList()
        repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];
      • getFailed

        FailNotification getFailed​(int index)
        repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];
      • getFailedCount

        int getFailedCount()
        repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];