public class PlayerErrorsRaised extends Object
| Constructor and Description |
|---|
PlayerErrorsRaised() |
| Modifier and Type | Method and Description |
|---|---|
List<PlayerError> |
getErrors() |
String |
getPlayerId() |
void |
setErrors(List<PlayerError> errors) |
void |
setPlayerId(String playerId) |
public String getPlayerId()
public void setPlayerId(String playerId)
public List<PlayerError> getErrors()
public void setErrors(List<PlayerError> errors)
Copyright © 2021 Kenan Klisura. All rights reserved.