public class PlayerUpdatedInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private CacheStatistics |
cacheStatistics
Cache statistics
|
private java.lang.String |
deviceId
Device ID
|
private java.lang.String |
playerId
Player ID
|
| Constructor and Description |
|---|
PlayerUpdatedInfo()
Default constructor for PlayerUpdatedInfo.
|
PlayerUpdatedInfo(java.lang.String playerId,
java.lang.String deviceId,
CacheStatistics cacheStatistics)
Constructs PlayerUpdatedInfo with all parameters.
|
| Modifier and Type | Method and Description |
|---|---|
CacheStatistics |
getCacheStatistics()
Gets the cache statistics.
|
java.lang.String |
getDeviceId()
Gets the device ID.
|
java.lang.String |
getPlayerId()
Gets the player ID.
|
void |
setCacheStatistics(CacheStatistics cacheStatistics)
Sets the cache statistics.
|
void |
setDeviceId(java.lang.String deviceId)
Sets the device ID.
|
void |
setPlayerId(java.lang.String playerId)
Sets the player ID.
|
private java.lang.String playerId
private java.lang.String deviceId
private CacheStatistics cacheStatistics
public PlayerUpdatedInfo()
public PlayerUpdatedInfo(java.lang.String playerId,
java.lang.String deviceId,
CacheStatistics cacheStatistics)
playerId - Player IDdeviceId - Device IDcacheStatistics - Cache statisticspublic java.lang.String getPlayerId()
public void setPlayerId(java.lang.String playerId)
playerId - Player IDpublic java.lang.String getDeviceId()
public void setDeviceId(java.lang.String deviceId)
deviceId - Device IDpublic CacheStatistics getCacheStatistics()
public void setCacheStatistics(CacheStatistics cacheStatistics)
cacheStatistics - Cache statistics