Package com.streamlayer.interactive.feed
Interface SubscriptionResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SubscriptionResponse,SubscriptionResponse.Builder
public interface SubscriptionResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubscriptionResponse.SubscriptionResponseDatagetData().streamlayer.interactive.feed.SubscriptionResponse.SubscriptionResponseData data = 1 [json_name = "data"];booleanhasData().streamlayer.interactive.feed.SubscriptionResponse.SubscriptionResponseData data = 1 [json_name = "data"];
-
-
-
Method Detail
-
hasData
boolean hasData()
.streamlayer.interactive.feed.SubscriptionResponse.SubscriptionResponseData data = 1 [json_name = "data"];- Returns:
- Whether the data field is set.
-
getData
SubscriptionResponse.SubscriptionResponseData getData()
.streamlayer.interactive.feed.SubscriptionResponse.SubscriptionResponseData data = 1 [json_name = "data"];- Returns:
- The data.
-
-