Interface SendInteractionsMessageOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SendInteractionsMessage,SendInteractionsMessage.Builder
public interface SendInteractionsMessageOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InteractionActionTypegetActionType()action typeintgetActionTypeValue()action typeCommonDatagetCommon()common analytics data amongst callsbooleanhasCommon()common analytics data amongst calls
-
-
-
Method Detail
-
hasCommon
boolean hasCommon()
common analytics data amongst calls
.streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];- Returns:
- Whether the common field is set.
-
getCommon
CommonData getCommon()
common analytics data amongst calls
.streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];- Returns:
- The common.
-
getActionTypeValue
int getActionTypeValue()
action type
.streamlayer.analytics.v1.interactions.InteractionActionType action_type = 2 [json_name = "actionType"];- Returns:
- The enum numeric value on the wire for actionType.
-
getActionType
InteractionActionType getActionType()
action type
.streamlayer.analytics.v1.interactions.InteractionActionType action_type = 2 [json_name = "actionType"];- Returns:
- The actionType.
-
-