Interface Attribution.IdString
A tuple of id and name.
public static interface Attribution.IdString
All Known Subinterfaces
Attribution.Campaign
, Attribution.Channel
, Attribution.Partner
Enclosing interface
Methods
getId
int getId()
Get the id.
Returns
The id.
getName
@NonNull
String getName()
Get the name.
Returns
The name.