Interface DeviceInteractionsByTimeLineResponseDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
DeviceInteractionsByTimeLineResponseData,DeviceInteractionsByTimeLineResponseData.Builder
public interface DeviceInteractionsByTimeLineResponseDataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAllInteractions()int32 all_interactions = 5 [json_name = "allInteractions"];intgetAndroid()int32 android = 4 [json_name = "android"];intgetIOs()int32 i_os = 2 [json_name = "iOs"];intgetIPadOs()int32 i_pad_os = 3 [json_name = "iPadOs"];intgetLinux()int32 linux = 9 [json_name = "linux"];intgetMacOs()int32 mac_os = 7 [json_name = "macOs"];longgetTimeFrame()UNIX timestamp (EPOCH)intgetWeb()int32 web = 6 [json_name = "web"];intgetWindows()int32 windows = 8 [json_name = "windows"];
-
-
-
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.
-
-