SnapOddsCompetitor

public final class SnapOddsCompetitor

Represent a competitor for a sport event

Constructors

Link copied to clipboard
SnapOddsCompetitor SnapOddsCompetitor(@Json(name = "id") Long id, @Json(name = "name") String name)

Functions

Link copied to clipboard
final Long getId()

Internal identifier for this competitor

Link copied to clipboard
final String getName()

The name of the competitor

Properties

Link copied to clipboard
private final Long id

Internal identifier for this competitor

Link copied to clipboard
private final String name

The name of the competitor