chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.dto / MatchIdDTO

MatchIdDTO

class MatchIdDTO : Serializable

Data transfer object for a matchId

Author Felix Dimmel

Constructors

<init> MatchIdDTO(matchId: Int = 0)
Data transfer object for a matchId

Properties

matchId val matchId: Int
Match reference