Interface BookmakerDetails
- All Known Implementing Classes:
BookmakerDetailsImpl
public interface BookmakerDetails
An interface providing methods to access bookmaker details
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the bookmaker idThe expiry date of the access tokenReturns the message of the requestcom.sportradar.uf.sportsapi.datamodel.ResponseCodeReturns the response code of the server's responseReturns the difference with the server timeReturns the specific virtual host of the bookmaker
-
Method Details
-
getMessage
String getMessage()Returns the message of the request- Returns:
- - the message of the request
-
getExpireAt
Date getExpireAt()The expiry date of the access token- Returns:
- - the expiry date of the access token
-
getBookmakerId
int getBookmakerId()Returns the bookmaker id- Returns:
- - the bookmaker id
-
getResponseCode
com.sportradar.uf.sportsapi.datamodel.ResponseCode getResponseCode()Returns the response code of the server's response- Returns:
- - the response code of the server's response
- See Also:
-
HttpStatus
-
getVirtualHost
String getVirtualHost()Returns the specific virtual host of the bookmaker- Returns:
- - the specific virtual host of the bookmaker
-
getServerTimeDifference
Duration getServerTimeDifference()Returns the difference with the server time- Returns:
- - the difference with the server time
-