TrackerControl
Public Member Functions | Public Attributes | List of all members
net.kollnig.missioncontrol.data.Tracker Class Reference

Public Member Functions

 Tracker (String name, String category, long lastSeen)
 
 Tracker (String name, String category)
 
String toString ()
 
String getName ()
 
String getCategory ()
 
Set< String > getHosts ()
 

Public Attributes

String name
 
String category
 
Long lastSeen
 
String country
 

Detailed Description

Store information about tracker companies, and tracker found in apps' network traffic

Constructor & Destructor Documentation

◆ Tracker() [1/2]

net.kollnig.missioncontrol.data.Tracker.Tracker ( String  name,
String  category,
long  lastSeen 
)

Creates class for tracker seen in apps' network traffic

Parameters
nameCompany name of tracker
categoryCategory of tracker
lastSeenTime when tracker was last seen in network traffic

◆ Tracker() [2/2]

net.kollnig.missioncontrol.data.Tracker.Tracker ( String  name,
String  category 
)

Creates class to store information about tracker (not necessarily seen in network traffic)

Parameters
nameCompany name of tracker
categoryCategory of tracker

Member Function Documentation

◆ getCategory()

String net.kollnig.missioncontrol.data.Tracker.getCategory ( )

Get category of tracker

Returns
Category of tracker

◆ getHosts()

Set< String > net.kollnig.missioncontrol.data.Tracker.getHosts ( )

Get set of hosts that this tracker company has been observed contacting

Returns

◆ getName()

String net.kollnig.missioncontrol.data.Tracker.getName ( )

Get name of tracker company

Returns
Name of tracker company

The documentation for this class was generated from the following file: