public class PitcherCi extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Determines whether the specified object is equal to the current object
|
ExportablePitcherCi |
export() |
HomeAway |
getCompetitor()
Returns the indication if the pitcher is home or away
|
PitcherHand |
getHand()
Returns which hand the pitcher uses
|
Urn |
getId()
Returns the
Urn of the represented sport entity |
String |
getName()
Returns the name of the pitcher
|
int |
hashCode()
Serves as the default hash function
|
void |
merge(com.sportradar.uf.sportsapi.datamodel.SapiPitcher pitcher,
Locale locale)
Merges the information from the provided
SapiPitcher into the current instance |
public void merge(com.sportradar.uf.sportsapi.datamodel.SapiPitcher pitcher, Locale locale)
SapiPitcher
into the current instancepitcher
- - SapiPitcher
containing information about the pitcherlocale
- - Locale
specifying the language of the pitcherpublic String getName()
public HomeAway getCompetitor()
public PitcherHand getHand()
public ExportablePitcherCi 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.