Interface DeviceInteractionsByTimeLineResponseDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getAllInteractions()
      int32 all_interactions = 5 [json_name = "allInteractions"];
      int getAndroid()
      int32 android = 4 [json_name = "android"];
      int getIOs()
      int32 i_os = 2 [json_name = "iOs"];
      int getIPadOs()
      int32 i_pad_os = 3 [json_name = "iPadOs"];
      int getLinux()
      int32 linux = 9 [json_name = "linux"];
      int getMacOs()
      int32 mac_os = 7 [json_name = "macOs"];
      long getTimeFrame()
      UNIX timestamp (EPOCH)
      int getWeb()
      int32 web = 6 [json_name = "web"];
      int getWindows()
      int32 windows = 8 [json_name = "windows"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getTimeFrame

        long getTimeFrame()
         UNIX timestamp (EPOCH)
         
        int64 time_frame = 1 [json_name = "timeFrame"];
        Returns:
        The timeFrame.
      • getIOs

        int getIOs()
        int32 i_os = 2 [json_name = "iOs"];
        Returns:
        The iOs.
      • getIPadOs

        int getIPadOs()
        int32 i_pad_os = 3 [json_name = "iPadOs"];
        Returns:
        The iPadOs.
      • getAndroid

        int getAndroid()
        int32 android = 4 [json_name = "android"];
        Returns:
        The android.
      • getAllInteractions

        int getAllInteractions()
        int32 all_interactions = 5 [json_name = "allInteractions"];
        Returns:
        The allInteractions.
      • getWeb

        int getWeb()
        int32 web = 6 [json_name = "web"];
        Returns:
        The web.
      • getMacOs

        int getMacOs()
        int32 mac_os = 7 [json_name = "macOs"];
        Returns:
        The macOs.
      • getWindows

        int getWindows()
        int32 windows = 8 [json_name = "windows"];
        Returns:
        The windows.
      • getLinux

        int getLinux()
        int32 linux = 9 [json_name = "linux"];
        Returns:
        The linux.