Class SendTestResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<SendTestResponse,SendTestResponse.Builder>
-
- com.streamlayer.pushNotification.common.SendTestResponse.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,SendTestResponseOrBuilder,java.lang.Cloneable
- Enclosing class:
- SendTestResponse
public static final class SendTestResponse.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<SendTestResponse,SendTestResponse.Builder> implements SendTestResponseOrBuilder
Protobuf typestreamlayer.pushNotification.SendTestResponse
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SendTestResponse.BuilderaddAllFailed(java.lang.Iterable<? extends FailNotification> values)repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];SendTestResponse.BuilderaddAllSent(java.lang.Iterable<? extends SentNotification> values)repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];SendTestResponse.BuilderaddFailed(int index, FailNotification value)repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];SendTestResponse.BuilderaddFailed(int index, FailNotification.Builder builderForValue)repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];SendTestResponse.BuilderaddFailed(FailNotification value)repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];SendTestResponse.BuilderaddFailed(FailNotification.Builder builderForValue)repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];SendTestResponse.BuilderaddSent(int index, SentNotification value)repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];SendTestResponse.BuilderaddSent(int index, SentNotification.Builder builderForValue)repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];SendTestResponse.BuilderaddSent(SentNotification value)repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];SendTestResponse.BuilderaddSent(SentNotification.Builder builderForValue)repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];SendTestResponse.BuilderclearFailed()repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];SendTestResponse.BuilderclearSent()repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];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"];SendTestResponse.BuilderremoveFailed(int index)repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];SendTestResponse.BuilderremoveSent(int index)repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];SendTestResponse.BuildersetFailed(int index, FailNotification value)repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];SendTestResponse.BuildersetFailed(int index, FailNotification.Builder builderForValue)repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];SendTestResponse.BuildersetSent(int index, SentNotification value)repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];SendTestResponse.BuildersetSent(int index, SentNotification.Builder builderForValue)repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getSentList
public java.util.List<SentNotification> getSentList()
repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];- Specified by:
getSentListin interfaceSendTestResponseOrBuilder
-
getSentCount
public int getSentCount()
repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];- Specified by:
getSentCountin interfaceSendTestResponseOrBuilder
-
getSent
public SentNotification getSent(int index)
repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];- Specified by:
getSentin interfaceSendTestResponseOrBuilder
-
setSent
public SendTestResponse.Builder setSent(int index, SentNotification value)
repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];
-
setSent
public SendTestResponse.Builder setSent(int index, SentNotification.Builder builderForValue)
repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];
-
addSent
public SendTestResponse.Builder addSent(SentNotification value)
repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];
-
addSent
public SendTestResponse.Builder addSent(int index, SentNotification value)
repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];
-
addSent
public SendTestResponse.Builder addSent(SentNotification.Builder builderForValue)
repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];
-
addSent
public SendTestResponse.Builder addSent(int index, SentNotification.Builder builderForValue)
repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];
-
addAllSent
public SendTestResponse.Builder addAllSent(java.lang.Iterable<? extends SentNotification> values)
repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];
-
clearSent
public SendTestResponse.Builder clearSent()
repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];
-
removeSent
public SendTestResponse.Builder removeSent(int index)
repeated .streamlayer.pushNotification.SentNotification sent = 1 [json_name = "sent"];
-
getFailedList
public java.util.List<FailNotification> getFailedList()
repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];- Specified by:
getFailedListin interfaceSendTestResponseOrBuilder
-
getFailedCount
public int getFailedCount()
repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];- Specified by:
getFailedCountin interfaceSendTestResponseOrBuilder
-
getFailed
public FailNotification getFailed(int index)
repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];- Specified by:
getFailedin interfaceSendTestResponseOrBuilder
-
setFailed
public SendTestResponse.Builder setFailed(int index, FailNotification value)
repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];
-
setFailed
public SendTestResponse.Builder setFailed(int index, FailNotification.Builder builderForValue)
repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];
-
addFailed
public SendTestResponse.Builder addFailed(FailNotification value)
repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];
-
addFailed
public SendTestResponse.Builder addFailed(int index, FailNotification value)
repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];
-
addFailed
public SendTestResponse.Builder addFailed(FailNotification.Builder builderForValue)
repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];
-
addFailed
public SendTestResponse.Builder addFailed(int index, FailNotification.Builder builderForValue)
repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];
-
addAllFailed
public SendTestResponse.Builder addAllFailed(java.lang.Iterable<? extends FailNotification> values)
repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];
-
clearFailed
public SendTestResponse.Builder clearFailed()
repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];
-
removeFailed
public SendTestResponse.Builder removeFailed(int index)
repeated .streamlayer.pushNotification.FailNotification failed = 2 [json_name = "failed"];
-
-