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
      WaveCategory getCategory()
      category shoud be picked from waves
      int getCategoryValue()
      category shoud be picked from waves
      CommonData getCommon()
      common analytics data amongst calls kind: KIND_WAVES_SENT, KIND_WAVES_REPLIES
      boolean hasCommon()
      common analytics data amongst calls kind: KIND_WAVES_SENT, KIND_WAVES_REPLIES
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.