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 FailNotificationgetFailed(int index)repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];intgetFailedCount()repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];java.util.List<FailNotification>getFailedList()repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];SentNotificationgetSent(int index)repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];intgetSentCount()repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];java.util.List<SentNotification>getSentList()repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];
-
-
-
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"];
-
-