Class SendNotificationResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<SendNotificationResponse,SendNotificationResponse.Builder>
-
- com.streamlayer.analytics.notifications.v1.SendNotificationResponse.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,SendNotificationResponseOrBuilder,java.lang.Cloneable
- Enclosing class:
- SendNotificationResponse
public static final class SendNotificationResponse.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<SendNotificationResponse,SendNotificationResponse.Builder> implements SendNotificationResponseOrBuilder
Protobuf typestreamlayer.analytics.v1.notifications.SendNotificationResponse
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SendNotificationResponse.BuilderclearData().streamlayer.analytics.v1.notifications.SendNotificationResponse.CreateResponseData data = 1 [json_name = "data"];SendNotificationResponse.CreateResponseDatagetData().streamlayer.analytics.v1.notifications.SendNotificationResponse.CreateResponseData data = 1 [json_name = "data"];booleanhasData().streamlayer.analytics.v1.notifications.SendNotificationResponse.CreateResponseData data = 1 [json_name = "data"];SendNotificationResponse.BuildermergeData(SendNotificationResponse.CreateResponseData value).streamlayer.analytics.v1.notifications.SendNotificationResponse.CreateResponseData data = 1 [json_name = "data"];SendNotificationResponse.BuildersetData(SendNotificationResponse.CreateResponseData value).streamlayer.analytics.v1.notifications.SendNotificationResponse.CreateResponseData data = 1 [json_name = "data"];SendNotificationResponse.BuildersetData(SendNotificationResponse.CreateResponseData.Builder builderForValue).streamlayer.analytics.v1.notifications.SendNotificationResponse.CreateResponseData data = 1 [json_name = "data"];-
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
-
hasData
public boolean hasData()
.streamlayer.analytics.v1.notifications.SendNotificationResponse.CreateResponseData data = 1 [json_name = "data"];- Specified by:
hasDatain interfaceSendNotificationResponseOrBuilder- Returns:
- Whether the data field is set.
-
getData
public SendNotificationResponse.CreateResponseData getData()
.streamlayer.analytics.v1.notifications.SendNotificationResponse.CreateResponseData data = 1 [json_name = "data"];- Specified by:
getDatain interfaceSendNotificationResponseOrBuilder- Returns:
- The data.
-
setData
public SendNotificationResponse.Builder setData(SendNotificationResponse.CreateResponseData value)
.streamlayer.analytics.v1.notifications.SendNotificationResponse.CreateResponseData data = 1 [json_name = "data"];
-
setData
public SendNotificationResponse.Builder setData(SendNotificationResponse.CreateResponseData.Builder builderForValue)
.streamlayer.analytics.v1.notifications.SendNotificationResponse.CreateResponseData data = 1 [json_name = "data"];
-
mergeData
public SendNotificationResponse.Builder mergeData(SendNotificationResponse.CreateResponseData value)
.streamlayer.analytics.v1.notifications.SendNotificationResponse.CreateResponseData data = 1 [json_name = "data"];
-
clearData
public SendNotificationResponse.Builder clearData()
.streamlayer.analytics.v1.notifications.SendNotificationResponse.CreateResponseData data = 1 [json_name = "data"];
-
-