TrackerControl
Public Member Functions | List of all members
net.kollnig.missioncontrol.data.TrackerLibrary Class Reference
Inheritance diagram for net.kollnig.missioncontrol.data.TrackerLibrary:

Public Member Functions

 TrackerLibrary (@NonNull String name, String web, Integer id, String sign)
 
boolean equals (Object o)
 
int hashCode ()
 
String toString ()
 
String getName ()
 
Integer getId ()
 
int compareTo (TrackerLibrary t)
 

Detailed Description

Stores information about a found tracker library in an app code

Constructor & Destructor Documentation

◆ TrackerLibrary()

net.kollnig.missioncontrol.data.TrackerLibrary.TrackerLibrary ( @NonNull String  name,
String  web,
Integer  id,
String  sign 
)

Create class to store information about a tracker found in an app

Parameters
nameThe name of the tracker
webThe website of the tracker
idThe identifier of the tracker in the Exodus database
signThe class signature of the tracker

Member Function Documentation

◆ equals()

boolean net.kollnig.missioncontrol.data.TrackerLibrary.equals ( Object  o)

Compare two classes with tracker information and check if they are equal

Parameters
oStaticTracker to check equality with
Returns
Information if two classes are equal

◆ getId()

Integer net.kollnig.missioncontrol.data.TrackerLibrary.getId ( )

Get Exodus identifier of tracker

Returns
Exodus identifier of tracker

◆ getName()

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

Get name of tracker

Returns
Name of tracker

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