public class ExportableTimelineEventCi extends Object implements Serializable
Constructor and Description |
---|
ExportableTimelineEventCi(int id,
BigDecimal awayScore,
BigDecimal homeScore,
Integer matchTime,
String period,
String periodName,
String points,
String stoppageTime,
HomeAway team,
String type,
String value,
Integer x,
Integer y,
Date time,
List<ExportableEventPlayerAssistCi> assists,
ExportableEventPlayerCi goalScorer,
ExportableEventPlayerCi player,
Integer matchStatusCode,
String matchClock) |
public ExportableTimelineEventCi(int id, BigDecimal awayScore, BigDecimal homeScore, Integer matchTime, String period, String periodName, String points, String stoppageTime, HomeAway team, String type, String value, Integer x, Integer y, Date time, List<ExportableEventPlayerAssistCi> assists, ExportableEventPlayerCi goalScorer, ExportableEventPlayerCi player, Integer matchStatusCode, String matchClock)
public int getId()
public void setId(int id)
public BigDecimal getAwayScore()
public void setAwayScore(BigDecimal awayScore)
public BigDecimal getHomeScore()
public void setHomeScore(BigDecimal homeScore)
public Integer getMatchTime()
public void setMatchTime(Integer matchTime)
public String getPeriod()
public void setPeriod(String period)
public String getPeriodName()
public void setPeriodName(String periodName)
public String getPoints()
public void setPoints(String points)
public String getStoppageTime()
public void setStoppageTime(String stoppageTime)
public HomeAway getTeam()
public void setTeam(HomeAway team)
public String getType()
public void setType(String type)
public String getValue()
public void setValue(String value)
public Integer getX()
public void setX(Integer x)
public Integer getY()
public void setY(Integer y)
public Date getTime()
public void setTime(Date time)
public List<ExportableEventPlayerAssistCi> getAssists()
public void setAssists(List<ExportableEventPlayerAssistCi> assists)
public ExportableEventPlayerCi getGoalScorer()
public void setGoalScorer(ExportableEventPlayerCi goalScorer)
public ExportableEventPlayerCi getPlayer()
public void setPlayer(ExportableEventPlayerCi player)
public Integer getMatchStatusCode()
public void setMatchStatusCode(Integer matchStatusCode)
public String getMatchClock()
public void setMatchClock(String matchClock)
Copyright © 2016–2025. All rights reserved.