Interface WavesMessageOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
WavesMessage,WavesMessage.Builder
public interface WavesMessageOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WaveCategorygetCategory()category shoud be picked from wavesintgetCategoryValue()category shoud be picked from wavesCommonDatagetCommon()common analytics data amongst calls kind: KIND_WAVES_SENT, KIND_WAVES_REPLIESbooleanhasCommon()common analytics data amongst calls kind: KIND_WAVES_SENT, KIND_WAVES_REPLIES
-
-
-
Method Detail
-
hasCommon
boolean hasCommon()
common analytics data amongst calls kind: KIND_WAVES_SENT, KIND_WAVES_REPLIES
.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 kind: KIND_WAVES_SENT, KIND_WAVES_REPLIES
.streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];- Returns:
- The common.
-
getCategoryValue
int getCategoryValue()
category shoud be picked from waves
.streamlayer.analytics.v1.waves.WaveCategory category = 2 [json_name = "category"];- Returns:
- The enum numeric value on the wire for category.
-
getCategory
WaveCategory getCategory()
category shoud be picked from waves
.streamlayer.analytics.v1.waves.WaveCategory category = 2 [json_name = "category"];- Returns:
- The category.
-
-