Class ProducerInfoLinkImpl
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.entities.ProducerInfoLinkImpl
- All Implemented Interfaces:
ProducerInfoLink
Represents a producer info link
-
Method Summary
Modifier and TypeMethodDescriptionexport()getName()Returns the name of the producer link represented by the current instanceReturns the reference to the producer info represented by the current instancetoString()Returns aStringdescribing the currentProducerInfoLinkinstance
-
Method Details
-
getReference
Returns the reference to the producer info represented by the current instance- Specified by:
getReferencein interfaceProducerInfoLink- Returns:
- - the reference to the producer info represented by the current instance
-
getName
Returns the name of the producer link represented by the current instance- Specified by:
getNamein interfaceProducerInfoLink- Returns:
- - the name of the producer link represented by the current instance
-
toString
Returns aStringdescribing the currentProducerInfoLinkinstance- Overrides:
toStringin classObject- Returns:
- - a
Stringdescribing the currentProducerInfoLinkinstance
-
export
-