Package com.streamlayer.interactive.feed
Interface PickHistoryResponse.PickHistoryResponseDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
PickHistoryResponse.PickHistoryResponseData,PickHistoryResponse.PickHistoryResponseData.Builder
- Enclosing class:
- PickHistoryResponse
public static interface PickHistoryResponse.PickHistoryResponseDataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PickHistorygetAttributes().streamlayer.interactive.feed.PickHistory attributes = 1 [json_name = "attributes"];booleanhasAttributes().streamlayer.interactive.feed.PickHistory attributes = 1 [json_name = "attributes"];
-
-
-
Method Detail
-
hasAttributes
boolean hasAttributes()
.streamlayer.interactive.feed.PickHistory attributes = 1 [json_name = "attributes"];- Returns:
- Whether the attributes field is set.
-
getAttributes
PickHistory getAttributes()
.streamlayer.interactive.feed.PickHistory attributes = 1 [json_name = "attributes"];- Returns:
- The attributes.
-
-