Interface SendNotificationResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SendNotificationResponse,SendNotificationResponse.Builder
public interface SendNotificationResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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"];
-
-
-
Method Detail
-
hasData
boolean hasData()
.streamlayer.analytics.v1.notifications.SendNotificationResponse.CreateResponseData data = 1 [json_name = "data"];- Returns:
- Whether the data field is set.
-
getData
SendNotificationResponse.CreateResponseData getData()
.streamlayer.analytics.v1.notifications.SendNotificationResponse.CreateResponseData data = 1 [json_name = "data"];- Returns:
- The data.
-
-