public class RefereeCi extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Determines whether the specified object is equal to the current object
|
ExportableRefereeCi |
export() |
Urn |
getId()
Returns the
Urn of the represented sport entity |
String |
getName()
Returns the name of the referee
|
String |
getNationality(Locale locale)
Returns the nationality of the referee in the specified language
|
int |
hashCode()
Serves as the default hash function
|
void |
merge(com.sportradar.uf.sportsapi.datamodel.SapiReferee referee,
Locale locale)
Merges the information from the provided
SapiReferee into the current instance |
public void merge(com.sportradar.uf.sportsapi.datamodel.SapiReferee referee, Locale locale)
SapiReferee
into the current instancereferee
- - SapiReferee
containing information about the refereelocale
- - Locale
specifying the language of the refereepublic String getName()
public String getNationality(Locale locale)
locale
- - Locale
specifying the language of the returned nationalitypublic ExportableRefereeCi export()
public Urn getId()
Urn
of the represented sport entityUrn
of the represented sport entitypublic boolean equals(Object obj)
Copyright © 2016–2025. All rights reserved.